Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bilalkarakollu/react-redux-easy-starter-kit
- Owner: bilalkarakollu
- Created: 2022-04-17T16:27:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T17:51:30.000Z (over 2 years ago)
- Last Synced: 2023-09-10T17:38:13.024Z (over 1 year ago)
- Topics: react, reactjs, redux
- Language: JavaScript
- Homepage: https://react-redux-easy-starter-l622xa0q9-bilalkarakollu.vercel.app/
- Size: 279 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)