You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Next.js or some other SSR React framework, if we want to pass some data from server to client store (for example we can fetch user on the server and pass it to the store). We don't really have any way to do this with current api of the library, because store is created on the server only once, and not for every page render. Zustand had simillar issue before: pmndrs/zustand#182
The text was updated successfully, but these errors were encountered:
When using Next.js or some other SSR React framework, if we want to pass some data from server to client store (for example we can fetch user on the server and pass it to the store). We don't really have any way to do this with current api of the library, because store is created on the server only once, and not for every page render. Zustand had simillar issue before: pmndrs/zustand#182
The text was updated successfully, but these errors were encountered: