Jōtai

State Management

Creator

Poimandres @pmndrs

Description

Jotai offers primitive and flexible state management for React. It is pronounced "joe-tie" and means "state" in Japanese. Jotai takes a bottom-up approach to 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 the memoization technique.
Visit Site
Related Projects