Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 766 Bytes

File metadata and controls

19 lines (10 loc) · 766 Bytes

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 to understand this demo properly.

Here is how it looks

Here is how it looks

easiest-demo-redux-thunk-reactjs

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.