Skip to content

patdx/zustand-rx

Repository files navigation

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