Skip to content

Lite react + redux architecture with boilerplate code for syntax reference.

Notifications You must be signed in to change notification settings

Zarasan/create-react-redux-app-archer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic boilerplate react-redux application with boilerplate code.

To install:

To run:

  • npm start

The App component is connected to the redux store. To remove it, replace delete the mapStateToProps and mapDispatchToProps functions at the bottom of the App.js file and remove the connect wrapper around the App export. There are BasicReducer and BasicActions files in the redux folder. To remove them, delete the files and remove the import and the reference of the BasicReducer from the RootReducer file.

About

Lite react + redux architecture with boilerplate code for syntax reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published