Asked 2 years ago
9 Jul 2021
Views 419
Hope

Hope posted

Can I learn react JS without knowing JavaScript ?

Can I learn react JS without knowing JavaScript ?
QuickIos

QuickIos
answered Feb 25 '23 00:00

No, it is not recommended to learn React without knowing JavaScript . React is a JavaScript library for building user interfaces, and a strong understanding of JavaScript is necessary to effectively use React.

To use React , you need to have a solid understanding of fundamental JavaScript concepts such as variables, functions, arrays, objects, loops, conditionals, and events. You also need to be familiar with JavaScript syntax and data structures.

Attempting to learn React without first learning JavaScript would be like trying to learn to write a book without first learning the alphabet and basic grammar rules . You will likely struggle to understand React and make progress in your learning.

Therefore, it is highly recommended that you first learn JavaScript before moving on to learn React. There are many resources available online for learning JavaScript, including tutorials, courses, and books. Once you have a good understanding of JavaScript, you can then start learning React and building more complex and interactive user interfaces.
Post Answer