Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 894 Bytes

React with Redux


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