- Describe how objects are stored in memory
- Diagram how objects that refer to other objects are stored in memory
- Create a
Nodeclass that can hold referential information (nested data) - Implement a
SinglyLinkedListclass that stores a list ofNodespush: adds a newNodeto the end
pop: removes aNodefrom the end
- Describe what causes a react component to re-render
- Explain what component lifecycle methods are
- Connect a component to an API
- Retrieve data
- Post new data
Turn to your neighbor and discuss how react components render. What causes a component to update (re-render)?