Hacker News new | ask | show | jobs
by scottmf 3209 days ago
Trying to shoehorn MVC into the front-end is also unnecessary complexity.

You can get very far with setState before you need a library like Redux to manage application state. And you can get even further if you use something like Apollo or Relay to handle data fetching. Then your productivity will really soar!

(For me, React + Apollo feels as magic as Rails did ten years ago.)