Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivandotv/mobx-nextjs-root-store
Mobx root store implementation for next.js with server-side rendering
https://github.com/ivandotv/mobx-nextjs-root-store
demo mobx mobx-react mobx-react-lite nextjs react react-hooks reactjs
Last synced: about 12 hours ago
JSON representation
Mobx root store implementation for next.js with server-side rendering
- Host: GitHub
- URL: https://github.com/ivandotv/mobx-nextjs-root-store
- Owner: ivandotv
- Created: 2020-11-23T23:08:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T13:06:38.000Z (4 months ago)
- Last Synced: 2024-07-13T14:24:46.935Z (4 months ago)
- Topics: demo, mobx, mobx-react, mobx-react-lite, nextjs, react, react-hooks, reactjs
- Language: TypeScript
- Homepage: counter-demo.vercel.app
- Size: 110 KB
- Stars: 53
- Watchers: 1
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobx server side rendering with Next.js
This is an example of using Mobx root store pattern with hooks, and hydrating the stores via Next.js server side rendering.
You can read it on [dev.to](https://dev.to/ivandotv/mobx-server-side-rendering-with-next-js-4m18)