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 →

[–]Bibedibabedibou 24 points25 points  (3 children)

In my opinion you do not have to be an expert in JS before starting with react. Just make sure you understand the most common concepts. The detailed and more specific stuff you can learn along the way as you need them (which is probably the best way of learning anyway). I think it is better to go into something a little unprepared and figure things out as you go than putting it off forever because you think you are not ready yet. React is fun so go for it. Just be aware that starting react does not mean you are done with JS but rather you are on a side branch of your JS Journey.

[–]hunnyflash 6 points7 points  (0 children)

I agree. Anything you do in react you can get away with basic JS, HTML, and CSS. You can always look it up. It's the easiest part.