Skip to content

hitechline/hitl-reactools

Repository files navigation

Utilities to facilitate the build user interfaces with React.

CodeFactor Test Coverage CI Workflow Status NPM Latest Version Netlify Status

Overview

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

Contributing

Note: We only accept contributions of specific fixes (bugs, linters or docs), new features will be implemented by the team of Hitechline.

Starting
  1. Fork the repository
  2. Clone the respository of your machine
Installing dependencies
$ yarn install
After that create your production branch
$ git checkout -b branch_name

Make the necessary updates to the code.

Ending
  • 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
Solutions

If your fork is not up to date, do the next steps below

$ git remote add upstream git@github.com:hitechline/react.git
$ git checkout main
$ git fetch upstream
$ git rebase upstream/main
$ git push origin main

License

MIT © Hitechline