This repo is a clean start repo for React and Redux. It only includes Redux integration.
.
├── src # Application source code
│ ├── components # Counter Component in this folder
│ ├── redux # Redux
│ │ ├── action # Actions
│ │ ├── reducer # Reducers
│ │ ├── store.js