We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8403fc commit cde0bdaCopy full SHA for cde0bda
docs/getting-started/comparison.md
@@ -308,12 +308,9 @@ const Component = () => {
308
309
### State Model (vs Jotai)
310
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.
+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.
317
318
**Zustand**
319
0 commit comments