This is a mini version of the [react-hanger](https://github.com/kitze/react-hanger) . You can use this to,
npm install @blott/mini-react-hangerThis is a mini version of the react-hanger .
You can use this to,
- practice developing a strongly typed React Hook
- learn about GitHub Actions
- learn about generating a CHANGELOG
- learn about publishing a package to the npm registry.
``bash``
yarn add little-react-hanger
- useStateful - https://github.com/kitze/react-hanger/blob/master/README.md#usestateful
Just an alternative syntax to useState
- useBoolean - https://github.com/kitze/react-hanger/blob/master/README.md#useboolean
- useMap - https://github.com/kitze/react-hanger/blob/master/README.md#usemap