Skip to content

Commit

Permalink
add usage trends in readme.md (#1953)
Browse files Browse the repository at this point in the history
* add usage trends in readme.md

* usage trend of zustand

* Update link

* Update comparison.md

add link to npm trend

* Update comparison.md

* fix: ci

---------

Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
cwtuan and dai-shi authored Jul 27, 2023
1 parent c5e7c30 commit 43791eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/getting-started/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,3 +481,7 @@ const Component = () => {
// ...
}
```

## Npm Downloads Trend

- [Npm Downloads Trend of State Management Libraries for React](https://npm-compare.com/@reduxjs/toolkit,zustand,recoil,jotai,valtio/#timeRange=THREE_YEARS)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,4 @@ Some users may want to extend Zustand's feature set which can be done using thir
## Comparison with other libraries
- [Difference between zustand and valtio](https://github.com/pmndrs/zustand/wiki/Difference-between-zustand-and-valtio)
- [Difference between zustand and other state management libraries for React](https://docs.pmnd.rs/zustand/getting-started/comparison)

1 comment on commit 43791eb

@vercel
Copy link

@vercel vercel bot commented on 43791eb Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.