React helper utilities for wy framework.
- wy-react-helper - Base React hooks and utilities
- wy-react-dom-helper - DOM-specific React utilities
- wy-react-native - React Native utilities
This project is part of a pseudo monorepo setup. To contribute:
-
Clone the pseudo monorepo:
git clone https://github.com/wy2010344/es-pseudo-monorepo.git cd es-pseudo-monorepo -
Clone this project into the packages directory:
cd packages git clone https://github.com/wy2010344/wy-react-helper.git cd wy-react-helper
-
Install dependencies from the monorepo root:
cd ../.. pnpm install -
Build and test:
cd packages/wy-react-helper pnpm run build pnpm run lint:check pnpm run type-check
From the monorepo root:
pnpm changeset
pnpm version-packages
pnpm release