Skip to content

Introduction to React #68

@mabelleeyanhwa

Description

@mabelleeyanhwa

session #1:

session #2:

  • class components and state
  • event handlers and listeners
  • ensuring this is not lost in handlers by defining them as arrow functions
  • importing / exporting variables (named/default exports)
  • CSS (place everything in index.css
  • conditional rendering (3 styles: if statements, ternary statements, and &&)
  • lab: apply everything they've learned in https://github.com/thoughtworks-jumpstart/react-todo-list

session #3:

  • thinking in React: how to break down a wireframe/app idea into React components
  • passing data to event handlers
  • lifting state up
  • passing event handlers as props
  • lab: create a simple note-taking app in React

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions