Found 2 bookmarks
Newest
Jotai, primitive and flexible state management for React
Jotai, primitive and flexible state management for React
Jotai takes a bottom-up approach to global React state management with an atomic model inspired by Recoil. One can build state by combining atoms and renders are optimized based on atom dependency. This solves the extra re-render issue of React context and eliminates the need for memoization.
·jotai.org·
Jotai, primitive and flexible state management for React
Atoms | Recoil
Atoms | Recoil
Atoms contain the source of truth for our application state. In our todo-list, the source of truth will be an array of objects, with each object representing a todo item.
·recoiljs.org·
Atoms | Recoil