DEV Community

Discussion on: 🧐Most Confusing Part Of JavaScript.

 
peerreynders profile image
peerreynders

People just keep going on how "functional" React is - that is just veneer for developer experience. From a systems perspective it isn't functional at all - Elm is functional.

I didn't mention OOP or classes as such. When it comes right down to it there is just very little difference between using mutable state in the shape of object instances or closures.