You don’t need to learn all of JavaScript A very important thing is that if your aim is to become, say a frontend developer (a complete guide on it here), you don’t want to spend month after month on only JavaScript preparation. The ideal mix that worked for me is to learn “just enough” to move on to React.28 Haz 2021
Read moreShould I learn JavaScript before React?
React is a JavaScript library for creating front-end user interface. It relies heavily on Vanilla JavaScript. There is no way you can be a React developer without knowing JavaScript. So you must learn JavaScript first if you want to learn React and then it would be really easy to get started with React.
Read moreWhat to know in JavaScript before React?
Diamond pre-requisites for React Language syntax. Programming fundamentals – variables, functions, loops, conditionals, how a program runs . Working with a text editor like VSCode. Understanding of HTML, CSS and how it connects to JavaScript with DOM API.28 Haz 2021
Read moreCan you use JavaScript With React?
React uses an HTML-in-JavaScript syntax called JSX (JavaScript and XML) . Familiarity with both HTML and JavaScript will help you to learn JSX, and better identify whether bugs in your application are related to JavaScript or to the more specific domain of React.
Read more