Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/logisticinfotech/easiest-demo-redux-thunk-reactjs

Easiest Way to Learn Redux Thunk with Example
https://github.com/logisticinfotech/easiest-demo-redux-thunk-reactjs

demo demo-app react react-redux-thunk react-thunk reactjs-demo reactjs-tutorial redux redux-thunk redux-thunk-demo redux-thunk-react redux-thunk-tutorial redux-thunks thunk thunk-middleware thunk-reactjs

Last synced: 29 days ago
JSON representation

Easiest Way to Learn Redux Thunk with Example

Awesome Lists containing this project

README

        

# Easiest Redux Thunk example with Movie db api call and little UI state managment like tab.

Purpose of this demo is to understand redux-thunk easily. You can find step by step guide [here](https://www.logisticinfotech.com/blog/learn-redux-thunk-demo/) to understand this demo properly.

## Here is how it looks
Here is how it looks

![easiest-demo-redux-thunk-reactjs](https://www.logisticinfotech.com/wp-content/uploads/2019/01/easiest-demo-redux-thunk-reactjs.gif)

## Development server

Run `npm install`
Run `npm start` for a dev server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.

## Further help

Checkout full blog [here](https://www.logisticinfotech.com/blog/learn-redux-thunk-demo/).