Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.61 KB

readme.md

File metadata and controls

11 lines (8 loc) · 2.61 KB

HackYourFuture - React 1

In this 3 week module we will learn React!

Planning

Week Topic Preparation Lesson plan Homework
1. Thinking the React way
  • What was the initial problem React solves?
    Understanding the component model
  • Seeing a website as components
  • Thinking in abstractions
    JSX transition into building components
    Setting up the React App (Create-react-app)
    Props
  • Preparation Lesson plan Homework
    2. Building components Component tree
  • From sketch of todolist to component tree
    Stateful logic - Having logic around state
    List keys
    Life cycle
    Lifting state
  • Preparation Lesson plan Homework
    3. Advanced React
    Forms and events
    Using data fetching
    Children
    Prop types
    Preparation Lesson plan Homework