Advanced
These courses are for people who have a strong understanding of web development and want to improve their skills while learning new and much more complex skills and techniques. Here are some sites we like and we think you will like too.
https://www.codecademy.com/learn/learn-advanced-react
Take-Away Skills:
In this course, you will have a variety of advanced React topics. You’ll learn how to:
-
Create error boundaries that protect areas of your application from runtime errors.
-
Utilise the Context API to elegantly share data throughout your component tree and minimise prop drilling.
-
Create custom hooks that minimize repetition and improve the readability of your code.
-
Analyse the performance of your React applications and apply techniques to optimise them.
|