Hacker News new | ask | show | jobs
by ncann 557 days ago
What is considered "modern state management" these days?
1 comments

If 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.