I would strongly recommend you to get comfortable with JavaScript as it is the programming language used in React Native. Having a solid foundation will give you a head start in learning and also help you debug and troubleshoot issues faster.27 May 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