Jotai icon
Jotai icon

Jotai

Primitive and flexible state management for React.

Jotai screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Self-Hosted
  • React
0likes
0comments
0articles

Features

Jotai News & Activities

Highlights All activities

Recent activities

Jotai information

  • Developed by

    JP flagDaishi Kato
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  21,241 Stars
  •  725 Forks
  •  5 Open Issues
  •   Updated  
View on GitHub
Jotai was added to AlternativeTo by Alex Ruiz on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Jotai?

Jotai takes an atomic approach to global React state management.

Build state by combining atoms and renders are automatically optimized based on atom dependency. This solves the extra re-render issue of React context, eliminates the need for memoization, and provides a similar developer experience to signals while maintaining a declarative programming model.

It scales from a simple useState replacement to an enterprise TypeScript application with complex requirements. Plus there are plenty of utilities and extensions to help you along the way!

Official Links