Since React is the library of JavaScript. You should know all the basics of JS before starting out React. React is not that hard if you have the basic knowledge of Js . Yes, especially if you do not know vanilla JavaScript.
Read moreWhy is vanilla JavaScript better?
Faster adoption of frameworks and libraries When you learn vanilla JavaScript, your ability to adopt new frameworks and libraries triples in speed. This is because you’re able to look at a piece of code and understand what it means.
Read moreIs React better than Vanilla JS?
React breaks down the UI into smaller and reusable components that can move around data amongst each other. This breaking down of the UI is what gives React an edge over Vanilla JS .30 Eyl 2021
Read moreIs Vanilla JS faster than React?
Vanilla JS initially renders the UI anywhere from 5-10x faster than Preact, and about 30x faster than React ! Handling UI state changes with vanilla JS is also orders of magnitude faster than using Preact or React.25 Ağu 2020
Read more