0
What is React? How can I start learning it and what are the prerequisites for learning react?
2 Réponses
+ 2
React is a JavaScript library (some would call it a framework, but it's not)
It helps you with frontend application development.
It was created by Facebook, but adopted by many web developers and currently one of the three most popular frontend toolkits (Angular, React, Vue).
Some knowledge of JavaScript and HTML is useful as pre-requisite.
You can also learn it in this app
https://www.sololearn.com/Course/react/?ref=app
+ 1
Tibor Santa Thank you