Conditional Rendering
Section 1: CSS and Text
Learn how to conditionally render different text or css based on state.
Activity
- Create a dom element that changes its style when you click it.
Video
Section 2: HTML
Learn how to conditionally render different html based on state.
Activity
- Add/remove html when a dom element is clicked.