Skip to content

Am0031/react-reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

A simple app using react and useReducer state

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published