A talk written for React London, 25th July 2019
You can view the whole presentation here. The slides are built using mdx-deck.
To run the interactive presentation locally:
- Install the dependencies
$ yarn
- Run the app
$ yarn present
There are non-interactive PDF slides available here.
A video of the talk has been made available on YouTube at https://youtu.be/rLYr2yNzC4Y. More details of the talk, and the other talks from the event, are available on the React London meetup page.
The /demos
folder contains all the example code, along with working Jest tests. To run those:
- Install the dependencies
$ yarn
- Run the tests
$ yarn test