For further actions, you may consider blocking this person and/or reporting abuse
Read next
Notice Board Realistic illusion using html css and javascript https://www.instagram.com/webstreet_code/
Prince -
Building a Free Online Music Creator: Free Incredibox Sprunki
reverse Ch -
9 Open Source Libraries to Supercharge Your Next Project 🔋⚡️
Arindam Majumder -
Create a Dynamic Code Playground with SandPack + React!
Saleh Mubashar -
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