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

https://github.com/arsy786/redux-toolkit-thunk-app

The aim of this project is to demonstrate how to use Redux Toolkit and Thunk middleware in a React application.
https://github.com/arsy786/redux-toolkit-thunk-app

2023 reactjs redux-thunk redux-toolkit tutorial

Last synced: 2 months ago
JSON representation

The aim of this project is to demonstrate how to use Redux Toolkit and Thunk middleware in a React application.

Awesome Lists containing this project

README

          

# Redux Toolkit Thunk App

This project is a sample app that was created following the tutorial: [Redux Toolkit with Redux Thunk | Build a Photo Gallery App (YouTube/EdRoh)](https://www.youtube.com/watch?v=lH-yFJZF0ts). The aim of this project is to demonstrate how to use Redux Toolkit and Thunk middleware in a React application.

## Getting Started

### Prerequisites

- Node.js

### Setup

1. Open your terminal or command prompt.

2. Clone the repository using Git:

```bash
git clone https://github.com/arsy786/redux-toolkit-thunk-app.git
```

3. Navigate to the cloned repository's root directory:

```bash
cd redux-toolkit-thunk-app
```

4. Install NPM packages:

```bash
npm install
```

5. Start the development server:

```bash
npm start
```

This runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.