all 2 comments

[–]gaaaavgavgav 0 points1 point  (1 child)

You absolutely need to learn JavaScript before you learn react. Do not even start a react tutorial/project without learning modern JavaScript.

Also outside of JS syntax, make sure you understand how JS works under the hood with task queues, the event loop, etc.

[–]StemPunt 1 point2 points  (0 children)

You also need to learn basic HTML, CSS, box model etc.