Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 817 Bytes

zustand-rx

This is a tool to subscribe to a Zustand store as an RxJS observable.

This is the workspace readme. For more info about zustand-rx please see:

Commits

Run pnpm cz to help prepare a commit message.

Releases

Use the following command to tag a new version.

nx run workspace:version --release-as=premajor --preid=beta --dry-run
nx run workspace:version --release-as=major --dry-run
nx run workspace:version --release-as=prerelease --preid=beta --dry-run

Other links