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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 80.8%Language:HTML 15.9%Language:CSS 3.4%