State management with Zustand
In this tutorial we’ll use Zustand within a Next.js app in order to incorporate client-side state management which is persisted app-wide.
In this tutorial we’ll use Zustand within a Next.js app in order to incorporate client-side state management which is persisted app-wide.
There was time in webapp development when employing Bootstrap and jQuery at frontend were the most favored options. Then there were heavyweight JS frameworks like Angular, React, Vue to handle interactivity and making webapps’ UI reactive – this gave rise to SPA (Single Page Application). SPAs are actually webapps but behave more like desktop applications … Read more