Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created October 3, 2017 00:17
Show Gist options
  • Save mikekavouras/b1c80798fc427fffc0969e7818312915 to your computer and use it in GitHub Desktop.
Save mikekavouras/b1c80798fc427fffc0969e7818312915 to your computer and use it in GitHub Desktop.

Intro to React (10-15 minutes)

  • What is React and what does it solve?

Intro to React Native (10-15 minutes)

  • What is React Native and what does it solve?
  • How is it simliar/different from React
  • How is it native?

Overview of React Native development tools (10-15 minutes)

  • Language(s)
  • IDEs
  • How to run apps on a physical device
  • Jest testing framework

Build an app! (45-60 minutes)

The plan is to build a simple app that displays the top tracks from last.fm. It's very open ended and there will be plenty of room for students to play around with different features if they choose, either during the workshop or at home.

Everyone will build an app that fetches the top tracks from last.fm, and ideally display those results in a nice list, similar to the Instagram feed.

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