React is a free and open-source front-end JavaScript library for building user interfaces based on components, developed by Facebook Developer. It is maintained by Meta and a community of individual developers and companies. React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js. Let’s start with the React Cheat Sheet.

 

Using components

 

Before Rendering

 

Default Properties

 

Initial States

 

Lifecycle

 

Methods

 

API

 

Properties

 

States

 

Basic class

 

Actions

 

Two-way binding

 

Lists

 

Property valida­tions

 

Class set

 

Propag­ating properties to children

 

Mixins

 

Source
Reactjs Cheat Sheet

Leave a Comment