From 6c2c3476d81bccb41dce291f5b8106b035030665 Mon Sep 17 00:00:00 2001 From: Sinan Bekar Date: Thu, 7 Sep 2023 16:20:43 +0300 Subject: [PATCH] feat: introducing experimental zustand for state management (https://github.com/sinanbekar/browser-extension-react-typescript-starter/tree/experimental-zustand) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37ebf17..77edb58 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ License

+> 🚀 **NEW** (experimental) Zustand for state management instead Redux, with [`webext-zustand`](https://github.com/sinanbekar/webext-zustand) package. You can try it now on the branch [`experimental-zustand`](https://github.com/sinanbekar/browser-extension-react-typescript-starter/tree/experimental-zustand) + ## Features - **Instant HMR** (hot reload)[^1]