Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/logisticinfotech/easiest-demo-redux-thunk-reactjs
- Owner: logisticinfotech
- Created: 2019-01-28T11:41:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T18:00:54.000Z (about 6 years ago)
- Last Synced: 2024-11-08T22:22:18.493Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://www.logisticinfotech.com/blog/learn-redux-thunk-demo/
- Size: 80.1 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).