Seeking Advice on State Management for a React/Next.js Beginner
Unanswered
Philippine Crocodile posted this in #help-forum
Philippine CrocodileOP
👋 Hey everyone!
I'm new to the world of React and Next.js development, and I'm currently on the lookout for a suitable state management solution. My project needs to handle global states, especially for situations like unauthorized API access, and for managing alerts and notifications across the app.
I've come across React Context and Zustand as potential options. They seem straightforward enough for a beginner like me, but I'm here to learn from the pros! I'd love to hear if there are any other tools or libraries that you'd recommend for someone just starting out.
Could anyone share their experiences or offer some beginner-friendly advice on managing these kinds of states effectively? Your guidance would be a huge help!
Thanks a ton! 🌟
I'm new to the world of React and Next.js development, and I'm currently on the lookout for a suitable state management solution. My project needs to handle global states, especially for situations like unauthorized API access, and for managing alerts and notifications across the app.
I've come across React Context and Zustand as potential options. They seem straightforward enough for a beginner like me, but I'm here to learn from the pros! I'd love to hear if there are any other tools or libraries that you'd recommend for someone just starting out.
Could anyone share their experiences or offer some beginner-friendly advice on managing these kinds of states effectively? Your guidance would be a huge help!
Thanks a ton! 🌟
1 Reply
@Philippine Crocodile 👋 Hey everyone!
I'm new to the world of React and Next.js development, and I'm currently on the lookout for a suitable state management solution. My project needs to handle global states, especially for situations like unauthorized API access, and for managing alerts and notifications across the app.
I've come across React Context and Zustand as potential options. They seem straightforward enough for a beginner like me, but I'm here to learn from the pros! I'd love to hear if there are any other tools or libraries that you'd recommend for someone just starting out.
Could anyone share their experiences or offer some beginner-friendly advice on managing these kinds of states effectively? Your guidance would be a huge help!
Thanks a ton! 🌟
I reocmmend React Query as it blends well with sharing state from the server and the client