In this beginner friendly series on React, we'll start a new project from scratch with Create React App, and step by step, build a functional and relatively useful React app that lets you find inspiration on "baby names", with search and shortlisting functionality.
Through the lessons, we'll cover an introduction to JSX, approach concepts like props, state, React hooks, "thinking in components", and embrace a progressive refactoring mindset.
Once the app is complete, we'll look at how to reduce prop drilling with the use of the Context API, and we'll even create our own custom React hook!
Straight to the point! I liked how the migration from prop drilling to the use of useContext hook was handled by the author.
Great quick and dirty project to get some practice of concepts you have learned before.
Now I understand better the context API
Nice quick and clear explanations.
Excellent course! Super clear and very informative for someone who is not very accustomed to hooks and context api. Looking forward to more from Simon.
Quick and well explained course to use mostly as a refresher than a proper way to study React. Really nice to follow it step by step and apply the refactoring adviced from the instructor.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.