diff --git a/docs/getting-started/comparison.md b/docs/getting-started/comparison.md index 1a9abb859a..23b3109139 100644 --- a/docs/getting-started/comparison.md +++ b/docs/getting-started/comparison.md @@ -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) diff --git a/readme.md b/readme.md index d83d570f10..9809679f63 100644 --- a/readme.md +++ b/readme.md @@ -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)