/nextjs-with-zustand-typescript

This example shows how to integrate Zustand in Next.js with typescript. You dont need to define the StoreInterface manually. It will get infer when you initialized the store

Primary LanguageTypeScript