Skip to content

Commit

Permalink
doc: added treeshakable to external libraries (#2595)
Browse files Browse the repository at this point in the history
* doc: added treeshakable to external libraries

* format with prettier
  • Loading branch information
mayank1513 authored Jun 10, 2024
1 parent 3b90e1c commit 7c15601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This can be done using third-party libraries created by the community.
- [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.
- [treeshakable](https://github.com/react18-tools/treeshakable) β€” A wrapper for library creators to avoid redundant store creation.
- [use-broadcast-ts](https://github.com/Romainlg29/use-broadcast) β€” Zustand middleware to share state between tabs.
- [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.
Expand Down

0 comments on commit 7c15601

Please sign in to comment.