knjname / nextjs-mst-hmr-supported

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js / mobx-state-tree / HMR enabled SPA example

  • Uses the following frameworks.
  • HMR. You can edit components/models without reloading.
  • Shows React's presentation <=> container separation pattern briefly in src/components/.
# Start dev server.
$ yarn dev

# Build for production and run it.
$ yarn build
$ yarn start

About


Languages

Language:TypeScript 100.0%