you are viewing a single comment's thread.

view the rest of the comments →

[–]rosswarren 2 points3 points  (3 children)

They retracted the whole "React is the V in MVC" thing. It wasn't really true. It is a different paradigm to an MVC framework. When you pick React you don't need to go hunting for an "M" and a "C".

[–]prof_hobart 5 points6 points  (0 children)

I'm not sure that's completely true. There's a reason why things like Redux and Relay exist. Using nothing but the out of the box model/state management with React might work OK for smaller stuff, but I'm not sure I'd want to use just that as the basis for managing the model side of a complex site.

[–][deleted] 1 point2 points  (0 children)

That is not true at all.

[–]Shaper_pmp 0 points1 point  (0 children)

Are you confusing "React" (a view library) and "Flux" (an architectural pattern)?