bilalkarakollu / react-redux-easy-starter-kit

Home Page:https://react-redux-easy-starter-l622xa0q9-bilalkarakollu.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://react-redux-easy-starter-l622xa0q9-bilalkarakollu.vercel.app/


Languages

Language:JavaScript 55.6%Language:HTML 44.4%