3

why the hell do we have frontend framework. the frontend meant to be as small as possible. Yet we introduce huge libraries just because some don't understand javascript. like seriously Facebook. you created reactjs because you couldn't create a simple messager

Comments
  • 1
    Doing work on the client saves money. Doing a lot of work gets complicated.

    React components simplify stuff as well making updates super fast.
  • 0
    @chrizzle but you can do do it just as easy in javascript
  • 1
    Depends on your definition of easy, and DOM updates are slower.

    I do think people should be able to write plain js however.
Add Comment