React 101 Series Introduction
- 文章發表於
React 101 is primarily a collection of notes I compiled while reviewing React. It covers everything from fundamental concepts like "What is React?", "Why do we need Keys?", and "What is Virtual DOM?" to advanced topics such as "Web Rendering Strategies" and "What are React Server Components?".
However, for readers who are just starting to learn or want to review React, I still recommend primarily studying the React official documentation, which is incredibly comprehensive and includes interactive components to help readers better understand the concepts.
This series mainly presents my subjective understanding of React. If you find any errors or areas that could be improved, please feel free to provide feedback or leave comments at [email protected]!