React Hooks are the latest features of React. They were introduced in version 16.8. If you want to keep your React knowledge up–to–date then you definitely should learn React Hooks.
But what is a React Hook?
A React Hook is a function which lets you hook into function components and use the React features like lifecycle methods and state. Before React Hooks this was only possible with class components.
Why you should learn it?
Even though the creators of React do not recommend migrating existing codebase to React Hooks but they strongly suggest that you create your new components using React Hooks. So if you want to keep up with React then it’s time you learned React Hooks.
What can you learn in this course?
This course introduces React Hooks from the beginning. We’re going to look at some of the mostly used built in Hooks (useState, useEffect). We’ll create our own React Hook as well, so after this course you’ll be able to create your own React Hook. We’re going to finish this course by creating a Weather App which is going to call a real API to fetch real weather data. This course will give you the solid foundations of React Hooks which then you can apply to your projects too.
Instructor Details
Courses : 1
Specification: Learn the basics of React Hooks and create a Weather App
|
6 reviews for Learn the basics of React Hooks and create a Weather App
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 2 hours |
Year | 2019 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | No |
$34.99 $14.99
Dennys Lopez –
Excelente el contenido
Amir Attia –
Good
Filipe Ribeiro Paiva –
Very good and precise course. I’ll be waiting for others courses by this instructor.
Matt Martins –
unexpected results with .catch error handling
Nikitas Kastis –
Excellent course! Totally to the point! Thank you!
Gregory Coffeng –
This course gave a very good, straightforward explanation of hooks. If you know react classes already and want to quickly come up to speed on useState, useEffect, and a basic custom hook, then this course is perfect for you.