React superiority!!!!
Tips:
To push to the repository please use a pull request method as follows:
- Create a fork from the repository and Make a new branch from your fork.
- Clone your fork to your local machine.
- Make your changes locally.
- Use
git checkout <branch-name>
to switch to your branch then commit and push. - In the branch create a pull request and check that all changes in it are as intended and nothing has gone wrong.
- Merge the commit into the repository.