react

Basic idea

A declarative JavaScript UI library: describe the UI as a function of state; React diffs the resulting virtual DOM against the previous one and applies the minimal real-DOM patches.

Key facts

Pages

Siblings