Create a Weather App with React Hooks: Part 2
For the first part of the project, we have used useState hook, fetched our data and console logged the data for any city typed by the user. Before we continue, we need to remove some of the code from the last part to be able to use our custom hook. ...
Nov 14, 202012 min read181

