Update third-party-libraries.md (#1544)

Add my library, [zustand-querystring](https://github.com/nitedani/zustand-querystring)
This commit is contained in:
nitedani 2023-01-16 10:32:48 +01:00 committed by GitHub
parent 35e275adf9
commit 9cf71d2927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,3 +42,4 @@ This can be done using third-party libraries created by the community.
- [zusteller](https://github.com/timkindberg/zusteller) — Your global state savior. "Just hooks" + Zustand.
- [zustood](https://github.com/udecode/zustood) — 🐻‍❄️ A modular store factory using Zustand.
- [zustand-rx](https://github.com/patdx/zustand-rx) — A Zustand middleware enabling you to subscribe to a store as an RxJS Observable.
- [zustand-querystring](https://github.com/nitedani/zustand-querystring) — A Zustand middleware that syncs the store with the querystring.