Hacker News new | ask | show | jobs
by dcwca 3722 days ago
You're halfway there, because React is the V but there's no MVC. That design pattern isn't common in the ecosystem, and instead a functional, unidirectional design pattern called Flux is a better fit.

Searching for MVC trips a lot of developers up.

1 comments

>>and instead a functional, unidirectional design pattern called Flux is a better fit.

And how many different frameworks are in common use to implement that pattern? :)

Edit: Also notable the the 'V' in MVC line comes from React's home page.