top | item 10365552

(no title)

kmg | 10 years ago

Though I don't have experience with a large rewrite like this. I am really liking what I see in React.

React + Redux for the Flux pattern seems to be the best combination available right now. Watch this talk by Jessica Kerr - Functional Principles In React https://www.youtube.com/watch?v=1uRC3hmKQnM about why Functional / Declarative approach is good for front end development. Also Dan Abramov (Redux Author) Talk - Live React: Hot Reloading with Time Travel https://www.youtube.com/watch?v=xsSnOQynTHs introducing Redux is great.

Watch this awesome talk by Ryan Florence - Don't Rewrite, React! https://www.youtube.com/watch?v=BF58ZJ1ZQxY on how to approach rewrites bottom up and he rewrites a part of the TodoMVC written in Backbone.js.

discuss

order

antoaravinth|10 years ago

Thanks for your insights. Looks like Redux is far more easier than other flux implementation out there. Is redux is mature enough to be used?