https://github.com/codeincrypt/react-redux
https://github.com/codeincrypt/react-redux
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeincrypt/react-redux
- Owner: codeincrypt
- Created: 2022-03-23T18:46:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T06:09:44.000Z (about 4 years ago)
- Last Synced: 2025-03-01T14:17:22.924Z (over 1 year ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started with Create React App
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
## Run Locally
Clone the project
```bash
git clone https://github.com/codeincrypt/react-redux.git
```
Go to the project directory
```bash
cd react-redux
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Deployment
To deploy this project run
```bash
npm run build
```
## Package Used
- react-redux
- redux-thunk
- react-router-dom
## Acknowledgements
We have created a blog for Redux in React JS, now we will implement a redux-thunk middleware in this project.
Redux-thunk is not alternate of Redux, but it extends Redux functionality and works as middleware by which we can keep our reducer code clean from API calls and once we get API response we can easily dispatch our event
We use package redux-thunk and add thunk as middleware in createStore.
## Authors
- [@codeincrypt](https://www.github.com/codeincrypt)
- [@codergautam-web](https://www.github.com/codergautam-web)
## Feedback
If you have any feedback, please reach out to us at kartikkr555@gmail.com