Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 995 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 995 Bytes

React-Reducer

This project is an introduction to the react hook useReducer. It is part of our practice with React hooks:

  • part#1 - useState
  • part#2 - useEffect
  • part#3 - useReducer

It is the illustration code for the hashnode blog article "Using the react useReducer hook with an API call". This article is part #3 of a 7-part series of articles on React hooks.

Installation

To get this project installed locally, the following steps are required in your terminal:

Clone the repository, using SSH keys:

git clone git@github.com:Am0031/react-reducer.git

Or using HTTPS link:

git clone https://github.com/Am0031/react-reducer.git

Go into the new repository and start the application:

cd react-reducer
npm run start

Contact

If you have any questions or comment about this project, feel free to contact me by sending me an email.