For further actions, you may consider blocking this person and/or reporting abuse
Read next
Advanced MySQL Techniques for Developers: Boost Performance, Scalability, and Flexibility
Abhay Singh Kathayat -
Ask Anything in VS Code now for Development!
Nik L. -
Essential Use Cases to Master API Development and Integration
Sospeter Mong'are -
Mastering Paginated API Calls in React for Optimized Data Fetching
Abhay Singh Kathayat -
Top comments (7)
I'd consider lifing your state with XState combined with good ole' React Context! If you have no clue what state machines are, this podcast is a great introduction to it 😁
Thanks for resources
I've been looking into this lately! You might like react-sweet-state:
Getting started with state management using react-sweet-state
Emma Goto 🍙 ・ Jul 3 ・ 5 min read
Recoil is an up and coming one too:
Redux vs Recoil: which should you use?
Emma Goto 🍙 ・ Jul 10 ・ 3 min read
Redux is still pretty cool though - have you checked out the Redux Toolkit? It simplifies the setup for you a bit.
Thanks for the info 😁
Mobx, overmind, immer
I use none for my side project :l plain old SSR pages. And some vanilla JS. Has a better ROI comparatively to my other projects.
React-Recoil