zustand-querystring
zustand-querystring copied to clipboard
How to work with Next JS page folder?
Hey
I use the page folder in Next JS and try to use this library.
It generally looks like it works but I spotted a Hydration error. I assume that query params are available only on the client side and the server returns HTML without code which depends on query params. Maybe you have some recommendations how to use this library on Next JS (except using SSR flow only static build or revalidation?
@nitedani maybe you can help?