Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Frantss/react-hookful

Repository files navigation

react-hookful

NPM Codecov branch CircleCI CircleCI

Semantic and useful react hooks.

Packages

Packages Version
core npm
dom npm

Contribution and Development

Although this is a personal project it is aimed to be as production ready as possible.

You may have noticed the repo is structure as a monorepo using lerna. This is so that its easier to separate hooks into different packages based on the dependencies needed.

The idea is to have the main package @react-hookful/core to only be dependent on react. And create new packages for each library, e.g. @react-hookful/redux for react-redux

If you want to contribute please follow this instructions:

  • Fork the repository and make your changes
  • Test all yor changes
  • Create a PR to the develop branch of this repository
  • After feedback is received make sure tests pass
  • Complete the PR

License

All the files in the repository are subject to the MIT license. Please refer to the License file at the root of the project to know more about it.