Update comparison.md (#1346)

This commit is contained in:
kpue 2022-10-06 11:10:34 -05:00 committed by GitHub
parent 200d5bc10e
commit a848f708b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,7 +386,7 @@ const Component = () => {
### State Model
The difference between Zustand and Recoil is similar to that between Zustand and
Recoil. Recoil depends on atom string keys instead of atom object referential
Jotai. Recoil depends on atom string keys instead of atom object referential
identities, additionally, Recoil needs to wrap your app in a context provider.
**Zustand**