nareshbhatia / mobx-state-router

MobX-powered router for React apps
https://nareshbhatia.github.io/mobx-state-router/
MIT License
227 stars 30 forks source link

SSR approach (+ thanks!) #73

Closed thirdman closed 5 years ago

thirdman commented 5 years ago

Thanks!

Firstly, thanks heaps! I've used this on a couple of side projects, and really appreciate your work - it hits a sweet spot for simplicity and speed to get working.

SSR

Is there a suggested approach to using this server side? (In my case with create-react-app). I didn't see anything in documentation, so thought I'd ask.

😃

nareshbhatia commented 5 years ago

@thirdman, glad you liked it. For SSR you can look at the examples project: https://github.com/nareshbhatia/mobx-state-router-examples/tree/master/ssr

thirdman commented 5 years ago

OMG sorry, how did I not see that.