I had a hard time figuring out how to start studying React for the first time, but I got a lot of help thanks to the concise lecture structure. Since each lecture and the entire lecture structure are not long, I think I can watch it over and over again, which is also an advantage :)
On the other hand, since you also covered vanilla JavaScript, it was easy to understand what kind of problems React was a framework that appeared to solve. However, both are still difficult.. ㅎ_ㅎ
From now on, I will watch it over and implement it several times to solidify the basics of front-end development.
Thank you for the great lecture.
I already have development experience participating in a React project, but it's been a while, and taking the lecture again helped me a lot in studying the basics. Thank you.
- Pros!!!
1. The lecture covers all the contents covered in the "Main Concepts" of the React official documentation. Rather than simply learning from the official documentation, I was able to deeply understand the necessity of each concept by learning while creating.
2. I was able to learn why this method is less recommended by using even the contents that were not mentioned in the official documentation because they were judged to be less important.
3. I was able to learn about the necessity of abstraction beyond the simple concept of React.
- Not a con.. but something that was difficult during the lecture!!!
1. As someone who has a weak understanding of the MVC pattern and abstraction, when I first heard the vanilla JS part, I was shocked by the code.
=> The code was too difficult for me. ㅠ.ㅠ
However, if you endure it and write the logic on paper and make the code your own, you will find yourself growing little by little. If you are a student who is having the same difficulties as me, if you look at the React part first and then approach the Vanilla JS part, you will be able to understand the code more easily. At least I did.
- Overall!!!
Honestly, I used React, but my skills were shallow, like floating on a bubble, but through this lecture, I was able to understand React more deeply. I recommend it to everyone who is starting React.
I was also worried that the first half would be difficult while preparing for the class. It really is difficult. Thank you for listening to the end though.
I recommend it.
This is a comprehensive lecture on React concepts. It does not cover React hooks very much. React hooks are covered in Part 2, so please refer to it.