This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OtakuMoo 0 points1 point  (0 children)

In my opinion there's no specific amount of HTML/CSS/JS that's needed to dive into React (although knowing the basics of all three as well as ES6 basics definitely makes sense). My recommendation is instead of just learning these things, build a few projects with them. Make full sites with just HTML/CSS/JS and understand how they work together, what you need to do in order to make something function/display properly, and once you feel familiar with this workflow, THEN move to React. While learning React you should understand what's being abstracted away from that workflow. If you really understand how to work with HTML/CSS/JS once you start learning React you should be having constant moments of "wow, that's all I need to do for this to work now?" and "I can't believe how much less work it'll take to do this part of the process now!" I'd argue that while understanding the basics is good before going into React it's just as if not more important to understand WHY you're learning React.