Introduction To React Terminology
Explaining basic terms for React newbies.
Flo
Being new to React (but not new to web development), many specific React terms are used in the documentation I read.
To help myself (and others who may read this), I will write down the most important ones to keep them in the mind.
| Term | Description | Source |
|---|---|---|
| State | Data that changes over time; component-specific memory | React docs, React docs |