Skip to content

Instantly share code, notes, and snippets.

@arienkock
Created August 20, 2018 10:26
Show Gist options
  • Save arienkock/f33dcb7dadf2bef1e3556dbd890c2e67 to your computer and use it in GitHub Desktop.
Save arienkock/f33dcb7dadf2bef1e3556dbd890c2e67 to your computer and use it in GitHub Desktop.

Topics covered on Monday. Use resources to solidify your understanding:

  • Components [2]
  • Props [2]
  • State [3]
  • Fetching data with an HTTP client [4]
  • Mapping over an array of values to JSX [1]
  • Virtual DOM [5]

Topics for Tuesday:

  • Deploy a webapp
  • Fetching from the client inside a React app
  • Client-side routing [6,7]
  • Component lifecycle [3]
  • Container components [8]

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment