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

https://github.com/codeincrypt/react-redux


https://github.com/codeincrypt/react-redux

Last synced: 12 days ago
JSON representation

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