React Tutorial: Introduction


If we trust the definition offered by the React documentation is "a JavaScript library to create user interfaces". This definition is a bit generic and does not necessarily help us understand what React really is.

React is a library that will allow you to represent an interface using elements that will be able to evolve according to changes in the state of your application. To better understand this approach let's take a concrete example of a web interface based on the manipulation of the DOM ...

Read more