reactjsday-2018

Demo + slides from my ReactJS Day 2018 keynote in Verona, Italy

Stars
14

This repo contains the slides + demo code from my keynote talk at ReactJS Day 2018 in Verona, Italy. The project was bootstrapped with Create React App.

The demo is a React Router clone that was live-coded during the talk. The purpose was to give attendees a better sense for what React Router does for them and how it accomplishes this.

The code is in src/App.js. To run it, just do:

yarn start