Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 515 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 515 Bytes

React Colocation Evolution Slides

Slides of my talk about React Colocation Evolution.

Development

To run the presentation deck in development mode:

yarn start

Edit the deck.mdx file to get started.

Exporting

To build the presentation deck as static HTML:

yarn build

To export a PDF:

yarn pdf

To export an image of the title slide:

yarn image

For more documentation see the mdx-deck repo.