| title | Reacts |
|---|---|
| logoImg | https://raw.githubusercontent.com/HansUXdev/JavaScript-First/2acf5840c15af96602aceb66303ea69c5b75e344/logo.svg |
| theme | black |
| highlightTheme | Monokai |
Learning Objectives (Remember & Understand):
- Explain the approach React takes to solving problems.
- Compare and contrast the difference between declarative & imperative programming.
- Explain the difference between HTML and JSX.
- Explain how a functional component works.
- Explain how to apply css to a component.
Learning Objectives (Apply & Analyze):
- Demonstrate how to build a Button Component
- Write tests for the component
- Repeat with other components
Learning Objectives (Evaluate & Create):
- Design and develop a full web application
- Write tests for the component