personal_wiki

Tutorials

React

This tutorial stands to learn about React and a bit of JS ES6+!

Why React?

React.js is a JavaScript library which was developed by Facebook sicne 2013 (first public release date).

The main purpose of this library is to facilitate the creation of single-page web application, through the creation of state-dependent components and generating an HTML page at each state change.

Here some reasons to use React:

Sections

Here’s some section to learn or remember specific particularities about React