Backing Instance
↔ Object (created in memory) to store & access data
created React class instances to track changes over time
React Element & FC are stateless because they have no Backing Instance
provides access to persistent data for render() method via specific API methods (which?)