From d79b9f051eda88246af5c7769d54f0e097d5ccbb Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Mon, 25 Mar 2024 18:54:54 +0530 Subject: [PATCH] docs: add new zustand posts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index adfa26e..e961283 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 10+ pe - [Package Manager](#package-manager) - [React](#react) - [React Query](#react-query) +- [Zustand](#zustand) - [TensorFlow.js](#tensorflowjs) - [Testing](#testing) - [TypeScript](#typescript) @@ -327,6 +328,13 @@ This list is the result of Pull Requests, reviews, ideas and work done by 10+ pe - [Getting Started With UseQuery in React Query](https://builtin.com/software-engineering-perspectives/use-query-react) - [Type-Safe React Query – It's All About Trust](https://tkdodo.eu/blog/type-safe-react-query) +## Zustand + +- [Zustand - React state management done right with bear minimum](https://tsh.io/blog/zustand-react/) +- [Working with Zustand](https://tkdodo.eu/blog/working-with-zustand) +- [A guide to managing state in Next.js with Zustand](https://articles.wesionary.team/a-guide-to-managing-state-in-next-js-with-zustand-22a2899e5d0f) +- [Global State Management in NextJs 14 Using Zustand](https://www.youtube.com/watch?v=BxohoXjbhKc) + ## TensorFlow.js - [Artificial Intelligence in JS with TensorFlow.js](https://www.javascriptjanuary.com/blog/artificial-intelligence-in-javascript-with-tensorflowjs)