@hitechline/reactools
is a library focused in facilitate a build interfaces with react.
Our proposal is to have a set of tools that are easy to use and implement that help the developer create applications with hight scalability.
Our focus is not just have performace hooks but a whole portfolio of resources to improve your project.
Note: We only accept contributions of specific fixes (bugs, linters or docs), new features will be implemented by the team of Hitechline.
- Fork the repository
- Clone the respository of your machine
$ yarn install
$ git checkout -b branch_name
Make the necessary updates to the code.
- Check that all tests pass
$ yarn test
- Add the changed files and create the commit
$ git add file_name
$ git checkout -m "commit message"
Note: Use semantic commits.
- Send the updates to github
$ git push origin branch_name
- Pull request with changes to branch main
If your fork is not up to date, do the next steps below
$ git remote add upstream [email protected]:hitechline/react.git
$ git checkout main
$ git fetch upstream
$ git rebase upstream/main
$ git push origin main
MIT © Hitechline