| title | logoImg | theme | highlightTheme |
|---|---|---|---|
Reacts |
black |
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