From a251f275d3b50c3a9d9158ee80c6a19efba6c13a Mon Sep 17 00:00:00 2001 From: Mayank Kumar Chaudhari Date: Tue, 27 Feb 2024 16:59:19 +0530 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3eb8d5f..6e36d7d1 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ I have built wonderful libraries utilizing React18 features using Zustand. They Thus, I decided to create a bare minimum, ultra-light store that creates shared state even while importing components from separate files for better treeshaking. -> Will be using this library soon to fix issues with `nextjs-themes`. - ## Features ✅ Full TypeScript Support @@ -18,6 +16,8 @@ Thus, I decided to create a bare minimum, ultra-light store that creates shared ✅ Works with all build systems/tools/frameworks for React18 +✅ Works for both client side and server side components (be careful, separate states are created for server side and client side. Any changes done on client side will not affect the server components.) + ✅ Doccumented with [Typedoc](https://react18-tools.github.io/react18-global-store) ([Docs](https://react18-tools.github.io/react18-global-store)) ✅ Next.js, Vite and Remix examples