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.
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
If you have any questions or comment about this project, feel free to contact me by sending me an email.