In this collection, we'll go through each of the standard hooks offered by the React library, learn how they work and build small applications that leverage them internally.
The examples were realistic but easy to follow. The pacing was perfect. The summaries at the end of each video were incredibly helpful.
good recap and worth doing #thumbsUp
Really clear and concise. I like the way the different areas of the hook functionality was broken down.
I liked it, but I lacked some more explanations on how memoization works with the useMemo and useCallback. It's named, but it doesn't really explain the benefits of it, only that there are benefits.
This is a great course that helped me to refresh my understanding of React Hooks and I have even learned a new one, use DebugValue. One downside is that each lesson uses a different code base, so following along is not feasible.
There could be more explaination on how useMemo improves performance.
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.