Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bilalkarakollu/react-redux-easy-starter-kit


https://github.com/bilalkarakollu/react-redux-easy-starter-kit

react reactjs redux

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```

### [Demo](https://react-redux-easy-starter-l622xa0q9-bilalkarakollu.vercel.app/)