yalondpsiOriginal post
Rank 2: Process
I'm building a web app using Nextjs. I'm saving session data in the Zustand store with persistent. This saves session data in session storage. Is it the best approach?
Summary
Developers are using Nextjs and saving session data in session storage with Zustand. They are asking if this is the best approach for their web app.