Skip to content

Commit

Permalink
πŸ› FIX: Correct an outdated comparison between Jotai and Zustand (#2634)
Browse files Browse the repository at this point in the history
Co-authored-by: systematicRealm <119763173+systematicRealm@users.noreply.github.com>
  • Loading branch information
alwalxed and alwalxed committed Jul 7, 2024
1 parent f8403fc commit cde0bda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/getting-started/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,9 @@ const Component = () => {

### State Model (vs Jotai)

There are two major differences between Zustand and Jotai.
Firstly, Zustand is a single store,
while Jotai consists of primitive atoms
that can be composed together.
Secondly, a Zustand store is an external store,
making it more suitable when access outside of React is required.
There is one major difference between Zustand and Jotai.
Zustand is a single store,
while Jotai consists of primitive atoms that can be composed together.

**Zustand**

Expand Down

0 comments on commit cde0bda

Please sign in to comment.