Integrating Zustand with Next.js
Unanswered
Sulphur-bellied Flycatcher posted this in #help-forum
Sulphur-bellied FlycatcherOP
Hey! I'm building version v0.3.0 of [Leo Query](https://github.com/steaks/leo-query) - a library to connect async queries to Zustand stores. The biggest enhancement in v0.3.0 is integration with Next.js. I didn't have experience with Next.js before building the integration, so I spent the past few weeks learning Next.js as I built.
Here is my recommended [Setup with Next.js](https://leoquery.com/next/guide/setupWithNextJs.html). And here is an [example app](https://codesandbox.io/p/devbox/next-js-example-0-3-0-y6w29t).
For those familar integrating Next.js with a frontend state management framework - are there important concepts I'm confusing, edge-cases I'm missing or non-idomatic patterns I'm suggesting? Thanks!
Useful links:
- [Getting Started (v0.3.0)](https://leoquery.com/next/introduction/gettingStarted.html)
- [Why Leo Query (v0.3.0)](http://localhost:5173/next/introduction/why.html)
- [Setup with Next.js (v0.3.0)](https://leoquery.com/next/guide/setupWithNextJs.html)
- [Github Repo](https://github.com/steaks/leo-query)
Here is my recommended [Setup with Next.js](https://leoquery.com/next/guide/setupWithNextJs.html). And here is an [example app](https://codesandbox.io/p/devbox/next-js-example-0-3-0-y6w29t).
For those familar integrating Next.js with a frontend state management framework - are there important concepts I'm confusing, edge-cases I'm missing or non-idomatic patterns I'm suggesting? Thanks!
Useful links:
- [Getting Started (v0.3.0)](https://leoquery.com/next/introduction/gettingStarted.html)
- [Why Leo Query (v0.3.0)](http://localhost:5173/next/introduction/why.html)
- [Setup with Next.js (v0.3.0)](https://leoquery.com/next/guide/setupWithNextJs.html)
- [Github Repo](https://github.com/steaks/leo-query)