How do i effectively setup and organize Zustand slices into a central store in my nextjs app?
I am a junior developer working on an internal form application management system using NextJS 14. I am allowed to implement my own structure so I decided to use and try out zustand for state management for the first time. But I am extremely confused on how to structure and create zustand store.