docs: add leo-query to third-party libraries list (#2824)

Co-authored-by: Danilo Britto <dbritto.dev@gmail.com>
This commit is contained in:
Steven Wexler 2024-10-28 22:12:31 -06:00 committed by GitHub
parent 064be30bcb
commit dfbed9c6c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ This can be done using third-party libraries created by the community.
- [derive-zustand](https://github.com/zustandjs/derive-zustand) — A function to create a derived Zustand store from other Zustand stores.
- [geschichte](https://github.com/BowlingX/geschichte) — Zustand and Immer-based hook to manage query parameters.
- [leiten-zustand](https://github.com/hecmatyar/leiten-zustand) — Cleans your store from boilerplate for requests and data transformation.
- [leo-query](https://github.com/steaks/leo-query) — A simple library to connect async queries to Zustand stores.
- [mobz](https://github.com/2A5F/Mobz) — Zustand-style MobX API.
- [ngx-zustand](https://github.com/JoaoPauloLousada/ngx-zustand) — A Zustand adapter for Angular.
- [persist-and-sync](https://github.com/mayank1513/persist-and-sync) — Zustand middleware to easily persist and sync Zustand state between tabs/windows/iframes with same origin.