Documenting React Concepts

JSX
01/Dec/2023

JSX and React Elements and DOM Elements

Context API
10/Dec/2023

Pass data directly to any descendents, instead of prop drilling

Design patterns in React
15/Dec/2023

general reusable solutions to common problems

Redux
21/Dec/2023

Centralised State Management

React.memo
10/Feb/2024

Skipping re-rendering when props are unchanged.

useRef
10/Feb/2024

useRef is a React Hook that lets you reference a value that’s not needed for rendering.