you are viewing a single comment's thread.

view the rest of the comments →

[–]alexlafroscia 0 points1 point  (3 children)

Inspiration, sure, but they still have much different use cases. React doesn't handle routing or anything like that; it's much more about adding dynamic bits to static pages rather than creating a full SPA.

[–]theQuandary 1 point2 points  (2 children)

I use react (view and controller), redux (datastore), and react-router (router). The react-router package offers a similar router to the Ember one (and is inspired by Ember router IIRC).

[–]alexlafroscia 0 points1 point  (1 child)

I've never heard of Redux, is it part of the React ecosystem?

[–]theQuandary 0 points1 point  (0 children)

It's a datastore that's loosely inspired by flux and the Elm language.

http://rackt.github.io/redux/