cdebotton / react-universal

React, redux, react-router, graphql, postgres, koa, universal starter-kit
293 stars 27 forks source link

Any particular reason you stopped working on this? #11

Open alexhawkins opened 8 years ago

alexhawkins commented 8 years ago

Would be interested how you might set this up in Feb 2016. Would you still use Redux for state management given recent advancements in Relay?

Also, you can now do server side rendering if you use https://www.npmjs.com/package/isomorphic-relay-router

cdebotton commented 8 years ago

I was hoping to wait on more clarity on the roles of Redux and Relay. I haven't followed the development of Relay since I last worked on this, so I'm not sure where it really stands on managing anything but data over a network. I think that Redux still solves a lot of the problems that Relay has with managing local state, and am waiting for a better solution.