MobX State Router

MobX State Router

  • Docs
  • GitHub

›Guides

Guides

  • Getting Started
  • Recipes
  • Examples

API

  • Route
  • RouterLink
  • RouterState
  • RouterStore
  • RouterView
  • HistoryAdapter
  • StaticAdapter

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.

  • Live Demo
  • Source

Animated Page Transitions

Shows how to animate page transitions using mobx-state-router and react-transition-group.

  • Source

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.

  • Source

Server-Side Rendering

Shows how server-side rendering can be implemented using mobx-state-router.

  • Source

Lazy Loading using React Suspense

This example shows how to lazy load pages using React Suspense.

  • Source

SSR Boilerplate

A boilerplate for server-side rendering using mobx-state-router.

  • Source
← RecipesRoute →
  • MobX Shop
  • Animated Page Transitions
  • Hosting at a Relative Path
  • Server-Side Rendering
  • Lazy Loading using React Suspense
  • SSR Boilerplate
Copyright © 2021 Naresh Bhatia