Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
Myles Cork
  • Portfolio
  • Categories
  • About

    Lab 7A

    Static React App

    Component Hierarchy Sketch:

    JS files:

    • App
      • DynamicTodoList
        • ItemInput
        • TodoList
          • TodoItem

    State:

    A list of to-do items will be stored in the DynamicTodoList component. The ItemInput component will call a DynamicTodoList function to add items to the list when its form is submitted, and the TodoItem component will call a different DynamicTodoList function to remove items from the list when it is clicked.

    November 11, 2021

    Previous Next
    • GitHub
    © 2023 Myles Cork. Powered by Jekyll & Minimal Mistakes.