From 43791eb8dcca4ce01b5bbcd4748a53c73645f2f1 Mon Sep 17 00:00:00 2001 From: cwtuan Date: Thu, 27 Jul 2023 20:16:08 +0800 Subject: [PATCH] add usage trends in readme.md (#1953) * 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 --- docs/getting-started/comparison.md | 4 ++++ readme.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)