anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Server-side rendering? #41

Closed amcsi closed 8 years ago

amcsi commented 8 years ago

It would be really cool if you'd support server-side rendering. Will there be support for it?

Although in that case you would need to move from hashHistory to use browserHistory

oltsa commented 8 years ago

It's in the TODOs

If you'd like to help please make all PRs against the dev branch (#35)

amcsi commented 8 years ago

I would love to, but actually one of the reasons I opened this issue was that I didn't know how to do this combined with react-router (that uses browser history), so I was hoping that this project would tell me :D