Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

title logoImg theme highlightTheme
Reacts
black
Monokai
<style> </style>

Section 1:

Learning Objectives (Remember & Understand):

  1. Explain the approach React takes to solving problems.
  2. Compare and contrast the difference between declarative & imperative programming.
  3. Explain the difference between HTML and JSX.
  4. Explain how a functional component works.
  5. Explain how to apply css to a component.

Section 2:

Learning Objectives (Apply & Analyze):

  1. Demonstrate how to build a Button Component
  2. Write tests for the component
  3. Repeat with other components

Section 3:

Learning Objectives (Evaluate & Create):

  1. Design and develop a full web application
  2. Write tests for the component