zishu's blog

zishu's blog

一个热爱生活的博主。https://zishu.me

A Study Plan for React

A learning plan about the React framework. In addition to the learning suggestions written by the open-source author of React that were recommended before, I also referred to Ruanyifeng's React tutorial, which is easy to understand and covers both easy and difficult aspects, allowing one to quickly grasp the core points of React.

As mentioned before, in order to work on the company's projects, I decided to learn the React framework. I looked at a learning plan by the open-source author of React, React Learning Path - How to Learn React?. Personally, I think it's pretty good, but it requires reading a lot of documentation and the official documentation doesn't provide detailed explanations, only the principles, which can be difficult to comprehend.

After browsing the internet for a long time, I found that Ruanyifeng's React tutorial has a good reputation, so I took a look.

It is very suitable for people who have just started learning React. It allows one to quickly get started and, with reference to the official documentation, gain a deeper understanding and make further progress.

React Official Documentation

Ruanyifeng's Blog - React Beginner's Tutorial

Ruanyifeng: I was very troubled when learning React. Some tutorials discuss detailed issues that are not helpful for beginners; some tutorials are well-written but relatively short, making it difficult to see the big picture. I studied for several months intermittently and read more than twenty tutorials. In this process, I collected all the demos that were helpful to me and created a library called "React Demos".

Based on this library, I will write a comprehensive and easy-to-understand React beginner's tutorial. You just need to follow each demo and do it once to have a preliminary grasp of React. Of course, the prerequisite is that you must have basic knowledge of JavaScript and the DOM, but after reading it, you will find that React requires very little prerequisite knowledge.

GitHub >>> ruanyf/react-demos

Clone this library and practice along with it.

As long as you have a certain basic knowledge of JavaScript, I don't think learning React is difficult. Of course, this is just the beginning. If you want to have a deeper understanding of it, I think there is still a long way to go. In the future, I will gradually record the problems encountered in using React, as well as some notes on knowledge points.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.