← Posts

Series · 1 parts

React Fundamentals

From JSX and components to State, Effect, Context, and rendering optimization — the core concepts that make up React, explained one by one against a web-development background.

#React#Declarative UI#Components#Frontend
  1. 01What Is React? — Declarative UI and the Idea of ComponentsWhat problem did React set out to solve, and why does the shift 'from imperative to declarative' matter so much? A look at React's core idea, framed against your web-development experience.