Skip to content

Commit

Permalink
chore(docs): third-pary libs (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Aug 26, 2024
1 parent e051a82 commit 42bbfcf
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/integrations/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This can be done using third-party libraries created by the community.
- [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.
- [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.
- [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.
- [shared-zustand](https://github.com/Tom-Julux/shared-zustand) β€” Cross-tab state sharing for Zustand.
- [simple-zustand-devtools](https://github.com/beerose/simple-zustand-devtools) β€” πŸ»βš›οΈ Inspect your Zustand store in React DevTools.
- [solid-zustand](https://github.com/wobsoriano/solid-zustand) β€” State management in Solid using Zustand.
Expand All @@ -34,30 +34,33 @@ This can be done using third-party libraries created by the community.
- [use-zustand](https://github.com/zustandjs/use-zustand) β€” Another custom hook to use Zustand vanilla store.
- [vue-zustand](https://github.com/wobsoriano/vue-zustand) β€” State management solution for Vue based on Zustand.
- [zoov](https://github.com/InfiniteXyy/zoov) β€” State management solution based on Zustand with Module-like API.
- [zukeeper](https://github.com/oslabs-beta/Zukeeper) - Native devtools with state and action tracking, diffing, tree display, and time travel
- [zukeeper](https://github.com/oslabs-beta/Zukeeper) β€” Native devtools with state and action tracking, diffing, tree display, and time travel
- [zundo](https://github.com/charkour/zundo) β€” 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps.
- [zustand-ards](https://github.com/ivoilic/zustand-ards) - πŸ’ Simple opinionated utilities for example alternative selector formats and default shallow hooks
- [zustand-boilerplate](https://github.com/sagiereder/zustand-boilerplate) - A tool that automatically generates getters, setters and more for your zustand store.
- [zustand-ards](https://github.com/ivoilic/zustand-ards) β€” πŸ’ Simple opinionated utilities for example alternative selector formats and default shallow hooks
- [zustand-boilerplate](https://github.com/sagiereder/zustand-boilerplate) β€” A tool that automatically generates getters, setters and more for your zustand store.
- [zustand-computed](https://github.com/chrisvander/zustand-computed) β€” A Zustand middleware to create computed states.
- [zustand-computed-state](https://github.com/yasintz/zustand-computed-state) β€” Simple middleware to add computed states.
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) β€” Context-based state management based on Zustand and taking ideas from Constate.
- [zustand-context](https://github.com/fredericoo/zustand-context) β€” Create a zustand store in React Context, containing an initial value, or use it in your components with isolated, mockable instances.
- [zustand-di](https://github.com/charkour/zustand-di) - use react props to init zustand stores
- [zustand-di](https://github.com/charkour/zustand-di) β€” use react props to init zustand stores
- [zustand-forms](https://github.com/Conduct/zustand-forms) β€” Fast, type safe form states as Zustand stores.
- [zustand-injectors](https://github.com/zustandjs/zustand-injectors) β€” A sweet way to lazy load slices
- [zustand-interval-persist](https://www.npmjs.com/package/zustand-interval-persist) β€” An enhancement for zustand that enables automatic saving of the store's state to the specified storage at regular interval.
- [zustand-middleware-computed-state](https://github.com/cmlarsen/zustand-middleware-computed-state) β€” A dead simple middleware for adding computed state to Zustand.
- [zustand-middleware-xstate](https://github.com/biowaffeln/zustand-middleware-xstate) β€” A middleware for putting XState state machines into a global Zustand store.
- [zustand-middleware-yjs](https://github.com/joebobmiles/zustand-middleware-yjs) β€” A middleware for synchronizing Zustand stores with Yjs.
- [zustand-persist](https://github.com/roadmanfong/zustand-persist) β€” A middleware for persisting and rehydrating state.
- [zustand-pub](https://github.com/AwesomeDevin/zustand-pub) - Cross-Application/Cross-Framework State Management And Sharing based on zustand and zustand-vue for React/Vue.
- [zustand-pub](https://github.com/AwesomeDevin/zustand-pub) β€” Cross-Application/Cross-Framework State Management And Sharing based on zustand and zustand-vue for React/Vue.
- [zustand-querystring](https://github.com/nitedani/zustand-querystring) β€” A Zustand middleware that syncs the store with the querystring.
- [zustand-rx](https://github.com/patdx/zustand-rx) β€” A Zustand middleware enabling you to subscribe to a store as an RxJS Observable.
- [zustand-saga](https://github.com/Nowsta/zustand-saga) β€” A Zustand middleware for redux-saga (minus redux).
- [zustand-slices](https://github.com/zustandjs/zustand-slices) β€” A slice utility for Zustand.
- [zustand-store-addons](https://github.com/Diablow/zustand-store-addons) β€” React state management addons for Zustand.
- [zustand-sync-tabs](https://github.com/mayank1513/zustand-sync-tabs) β€” Zustand middleware to easily sync Zustand state between tabs/windows/iframes with same origin.
- [zustand-vue](https://github.com/AwesomeDevin/zustand-vue) - State management for vue (Vue3 / Vue2) based on zustand.
- [zustand-valtio](https://github.com/zustandjs/zustand-valtio) β€” A sweet combination of Zustand and Valtio
- [zustand-vue](https://github.com/AwesomeDevin/zustand-vue) β€” State management for vue (Vue3 / Vue2) based on zustand.
- [zustand-xs](https://github.com/zustandjs/zustand-xs) β€” XState/store compabile middleware for Zustand
- [zustand-yjs](https://github.com/tandem-pt/zustand-yjs) β€” Zustand stores for Yjs structures.
- [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.
- [zusty](https://github.com/oslabs-beta/Zusty) - Zustand tool to assist debugging with time travel, action logs, state snapshots, store view, render time metrics and state component tree.
- [zusty](https://github.com/oslabs-beta/Zusty) β€” Zustand tool to assist debugging with time travel, action logs, state snapshots, store view, render time metrics and state component tree.

0 comments on commit 42bbfcf

Please sign in to comment.