___ are the smallest building blocks of React apps.
Elements are the smallest building blocks of React apps. An element is a plain JavaScript object that describes a component instance or DOM node and its desired properties. Elements are immutable, lightweight, and what components render (return).