Sharad Raj (He/Him) Posted on Jul 11, 2020 Share some React-Redux alternatives 😃 #react #redux #webdev #discuss Top comments (7) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Ben Holmes Ben Holmes Ben Holmes Follow GA Tech grad and full stack web dev all about good design, good music, and good code Education BS in CS @Georgia Tech Work Fullstack web developer at Peloton Joined Mar 6, 2019 • Jul 11 '20 Dropdown menu Copy link Hide 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 😁 Collapse Expand Sharad Raj (He/Him) Sharad Raj (He/Him) Sharad Raj (He/Him) Follow Full Stack Developer | 🔮 Embracing the Cosmos Email dev_sharad@outlook.com Location India Work Software Developer (Gen AI) Joined Dec 5, 2019 • Jul 12 '20 Dropdown menu Copy link Hide Thanks for resources Collapse Expand Emma Goto 🍙 Emma Goto 🍙 Emma Goto 🍙 Follow Front-end developer. Location Tokyo, Japan 🗼 Work Front-end developer Joined May 21, 2019 • Jul 11 '20 Dropdown menu Copy link Hide 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 #react #beginners Recoil is an up and coming one too: Redux vs Recoil: which should you use? Emma Goto 🍙 ・ Jul 10 ・ 3 min read #react #redux #recoil Redux is still pretty cool though - have you checked out the Redux Toolkit? It simplifies the setup for you a bit. Collapse Expand Sharad Raj (He/Him) Sharad Raj (He/Him) Sharad Raj (He/Him) Follow Full Stack Developer | 🔮 Embracing the Cosmos Email dev_sharad@outlook.com Location India Work Software Developer (Gen AI) Joined Dec 5, 2019 • Jul 12 '20 Dropdown menu Copy link Hide Thanks for the info 😁 Collapse Expand Subramanya Chakravarthy Subramanya Chakravarthy Subramanya Chakravarthy Follow Location Bangalore Education Self Taught Developer Joined Oct 6, 2017 • Jul 11 '20 Dropdown menu Copy link Hide Mobx, overmind, immer Collapse Expand Gayan Hewa Gayan Hewa Gayan Hewa Follow Programmer Location Sydney, Australia Work Software Engineer at GlamCorner Pty Ltd Joined Nov 19, 2018 • Jul 12 '20 Dropdown menu Copy link Hide 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. Collapse Expand Ciscoo91 Ciscoo91 Ciscoo91 Follow Joined Feb 6, 2018 • Jul 11 '20 Dropdown menu Copy link Hide React-Recoil Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
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