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.

TermDescriptionSource
StateData that changes over time; component-specific memoryReact docs, React docs