Skip to content

Commit cde0bda

Browse files
authored
🐛 FIX: Correct an outdated comparison between Jotai and Zustand (#2634)
Co-authored-by: systematicRealm <[email protected]>
1 parent f8403fc commit cde0bda

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/getting-started/comparison.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,9 @@ const Component = () => {
308308

309309
### State Model (vs Jotai)
310310

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

318315
**Zustand**
319316

0 commit comments

Comments
 (0)