Main Components
In the example apps,
- what features of the apps did we interact with? And,
- what changed based on our selections?
- Inputs: What user manipulates
- Text
- Sliders
- Dropdown menus
- Action buttons
- Output: What changes based on user’s selections
- Graphs
- Maps
- Tables
- Text
- Use reactive programming
- Update outputs when inputs change


