Our great sponsors
-
See this thread
-
Zustand is still reduxy. I strongly prefer jotai to all the other's I've used.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Recoil
Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
It seems that Recoil development is on hiatus since one of the main developers got laid off from Facebook, so in the atomic state manager space, it's really just Jotai.
-
If you like to use something even simpler you can check my lib here https://github.com/bit-about/state. It’s production ready and battle tested :)
Related posts
- Why You Don't Need Signals in React
- What is Atomic State Management - Create One Yourself
- I am having to pass down 8+ props even for simple components. What are some common ways to mitigate this? (Typescript)
- Is redux and thunks still used or are there other alternatives for it now?
- Moving from Context to Redux help!