A lot of people complain about redux having too much boilerplate which makes them uncomfortable when they are about to start a new project.
This project is centered around creating all the boiler plate you need to get you up and running as soon as you can. Please feel free to contribute. Cheers!
We will be building a simple counter App which implements redux in both class component and functional component, Please check the issues for more info
-
Yes you can. You don't have to be familiar with redux, all you need is to be ready to learn, This will get you started on time. Go to react redux to get started and come back to pick the issue you feel you can work on.
-
No! checkout to a branch before you start any contribution. The name of the branch should be similar to the issue you are working on. E.G Say you are working on comment issue the name of your branch will be comment
All PR sent to main branch will be considered invalidBefore working on any issue, please check to confirm if it has not been assigned to anyone. -
Only CSS or it's preprocessor (SASS) will be allowed for this project. We want to make it more flexible in such a way that the user can decide on which design component they would like to use for their product.
Before you begin contributing, you should install all the dependencies
npm install
This will allow you to get the dependecies being used on this project.
Breaking any of these rules will result in your pull request being closed. Please follow these guidelines above all else:
- Always be polite and respectful to others and try to follow the advice of the moderators/collaborators/owners.
- Only modify the file / folder the issue you are working on is being labelled with
- Notify the moderator if you want to add more issues / Enhancement
Please feel free to notify me in the issue created for this to add more. :)