4 ms·
What is considered "modern state management" these days?
by ncann 2y ago
What is considered "modern state management" these days?
- terandle 2y agoIf building a SSR site with nextjs use react server components and react context If building a SPA site with vite use tanstack/react-query and react context. There are other great libraries like zustand and jotai that can make sense in certain kinds of more complex applications.