Hacker News new | ask | show | jobs
by lelanthran 722 days ago
> Could it be that you never tried to understand react and why the approach makes sense to millions of developers?

Could you summarise it for me? Sort of along the lines of:

<this is what is needed>:<this is what React provides>

1 comments

It was the "view as a (pure) function of your model" approach that was architecturally new in react.

This article explains it using a bit of react jargon (action, store, dispatcher) which is kind of unnecessary - but that's what I got from a quick google:

https://medium.com/@asif-ali/react-architecture-vs-mvc-unidi....

React Architecture vs. MVC: Unidirectional Flow Advantage.