Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add new zustand posts #30

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading