Skip to content

a react-redux starter template that gets you started with your project and increase your productivity by 10x

aldo-rl/react-redux-starter-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-starter-template


Contribution Guidelines

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

  • I am not familiar with redux. Can i still contribute?

    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.

  • Should I commit to main branch directly

    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

    NB:

    All PR sent to main branch will be considered invalid
    
    Before working on any issue, please check to confirm if it has not been assigned to anyone.
    
  • What about CSS Library?

    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.

Installation

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.

Ground Rules

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

Do you feel like this Readme is incomplete?

Please feel free to notify me in the issue created for this to add more. :)

About

a react-redux starter template that gets you started with your project and increase your productivity by 10x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • HTML 22.8%
  • SCSS 4.6%