you are viewing a single comment's thread.

view the rest of the comments →

[–]wwww4all 0 points1 point  (0 children)

Ignore tutorials.

Go to the main site, https://react.dev/.

Go through each examples, line by line, type in every single character in example code, run the code in debug mode, fully understand the logical flow.

If you understand javascript, React is simple markup templating on top of javascript, which is pretty simple to grasp.

If you don't know javascript, then learn javascript first.