/react-redux-template

Simple react redux template based on webpack with some features.

Primary LanguageTypeScript

React-redux-template

This template uses:

  • React
  • Redux
  • TypeScript
  • Redux-thunk
  • Scss
  • Persisted store
  • React-modal
  • Airbnb eslint setup and basic prettier config

Webpack build includes:

  • Aliases
  • Chunk splitting
  • Hot reload
  • Analyzing bundle size tool
Template have following PageSpeed Insights test results:

Show performance

PageSpeed Insights

Installation

  1. git clone git@github.com:Revolt9k/react-redux-template.git
  2. cd .\react-redux-template\
  3. yarn / npm install

Usage

  1. yarn start will run project on localhost:3000.

There is already initialized store with example reducer and some basic components.

Troubleshooting

Fell free to make a PR or contact me if you got any problems.