Skip to content

Sonukr/React-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Find React docs here.

Packages being used in this boilerplate -

  • react - As react base.
  • react-redux - Official React bindings for redux.
  • react-router-dom - For routing
  • redux - For managing states globally as redux is a is a predictable state container for JavaScript apps.
  • redux-logger - For logging all the actions in dev mode.
  • redux-persist - For Persist and rehydrate a redux store. i.e - keep the data if user hit a refresh page.
  • axios - For API calls. Axios is a promise based HTTP client.
  • react-helmet - For SEO in react.
  • lodash - For JS functions.
  • Flow - For propTypes checking. (just add // @flow at the top of file to validate)
  • Encrypt - For redux security

About

A plug and play boilerplate of react, redux, axios and react-router.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published