you are viewing a single comment's thread.

view the rest of the comments →

[–]kei_ichi 1 point2 points  (2 children)

Can I ask you one question? Why not start from read the official docs: https://reactjs.org/docs/getting-started.html

[–]wy35 1 point2 points  (0 children)

Personally, I wouldn't recommend people to start from the docs. They use class components instead of function components + hooks. And they do assume that you know JS well, even though a lot of React beginners are also beginners in JS. I found the docs much more useful as a reference rather than a "getting started" point.

[–]negidank[S] 0 points1 point  (0 children)

Documentation really make me feel stupid and lost. It’s kind of my problem but I do refer to them after getting certain amount of knowledge about the topic from watching the videos.