Videos and code downloads

Tuesday Segment 1: Overview

Tuesday Segment 2: regular expressions

Tuesday Segment 3: using regular expressions for drag and drop

Tuesday code download

Thursday Segment 1: Displaying the cart; map/join functions

Thursday Segment 2: React overview

Thursday code download

Week 10 Outline

  • Practice Quiz 2 Reflection Due Today (Tuesday)
  • Review final project
  • Reminder: final exam during finals week
  • Regular Expressions
  • Regular expressions with drag and drop
  • Thursday: cart display from drag and drop
  • Create a list function; using map/join and arrow functions
  • Brief Overview of React framework
    • Component-based
    • Components are constructed from functions that depend on the state
    • Events modify the state
    • State changes cause all components to be updated