JavaScript Simplified Course: https://javascriptsimplified.com

React is a complex framework and hooks only add to the complexity of React. Many developers are confused by how hooks work, so in this video I will show you how to build your own React clone including how to build hooks. This video will not only stretch your JavaScript skills but also teach you how hooks work in depth.


Materials/References:

GitHub Code: https://github.com/WebDevSimplified/react-clone
JavaScript Simplified Course: https://javascriptsimplified.com
Map Video: https://youtu.be/yJDofSGTSPQ?t=558
Map Article: https://blog.webdevsimplified.com/2020-12/javascript-maps


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:36 - Component Rendering
04:50 - useState
18:40 - useEffect
26:20 - useMemo


#ReactClone #WDS #JavaScript