Examples
Below is a list of examples that use mobx-state-router for interesting use cases.
MobX Shop
A simple online shopping application demonstrating various mobx-state-router features.
Animated Page Transitions
Shows how to animate page transitions using mobx-state-router and react-transition-group.
Hosting at a Relative Path
Shows how to host an app at a relative path instead of the server root, e.g. at
http://archfirst.org/myapp
instead of http://archfirst.org
.
Server-Side Rendering
Shows how server-side rendering can be implemented using mobx-state-router.
Lazy Loading using React Suspense
This example shows how to lazy load pages using React Suspense.
SSR Boilerplate
A boilerplate for server-side rendering using mobx-state-router.