Skip to content

Sample code combining React Hooks and Redux Thunk middleware to call an asynchronous API.

Notifications You must be signed in to change notification settings

ellado-fbit/react-hooks-redux-thunk-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-hooks-redux-thunk-pattern

Install dependencies

npm install

Usage

Start the REST API server (JSON Server):

npm run server

Then, start the React development server:

npm start

About

Sample code combining React Hooks and Redux Thunk middleware to call an asynchronous API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published