React

A JavaScript library for building user interfaces

Components

A React Component has a render function that returns the HTML that goes into the page.

Hooks

In a functional component, an alternative to the lifecycle methods.

They are functions that by convention, have names starting with use.

Tutorials

Reactjs.org

Thinkster.io

Related topics: