Skip to content

Instantly share code, notes, and snippets.

View MichaelEWalker87's full-sized avatar
🐧

Mike Walker (He, Him) MichaelEWalker87

🐧
View GitHub Profile

Don't forget to call for help if you need it in your breakout rooms!

Warm Up

  • What does the async keyword do? it makes a function asyconous, where you would write the async in an es5 it goes in the front

  • What does the await keyword do? wait for the next thing to resolve you could use wait for alone wait for the promise to return a result only works with asyc functions could use on web api funtions

  • Convert this function to use async / await: ( https://repl.it/@khalidwilliams/2006M3-async-await-practice )

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions
  3. Comment a link to your forked copy on the original gist

Questions / Readings