This 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.
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