UNPKG

@ohkit/react-helper

Version:

some utils and hooks for react

20 lines (13 loc) 245 B
# react-helper Utility functions collection. ## Installation ```bash npm install @ohkit/react-helper ``` ## Usage ```typescript import { ... } from '@ohkit/react-helper'; ``` ## Development - Run tests: `npm test` - Build: `npm run build`