Sonukr / React-redux-boilerplate

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

Home Page:https://zealous-fermat-b0bca7.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://zealous-fermat-b0bca7.netlify.com/

License:MIT License


Languages

Language:JavaScript 84.0%Language:HTML 9.5%Language:CSS 6.1%Language:Shell 0.4%