Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibelius/react-colocation

React Colocation Evolution slides
https://github.com/sibelius/react-colocation

Last synced: 19 days ago
JSON representation

React Colocation Evolution slides

Awesome Lists containing this project

README

        

# React Colocation Evolution Slides

Slides of my talk about React Colocation Evolution.

## Development

To run the presentation deck in development mode:

```sh
yarn start
```

Edit the [`deck.mdx`](deck.mdx) file to get started.

## Exporting

To build the presentation deck as static HTML:

```sh
yarn build
```

To export a PDF:

```sh
yarn pdf
```

To export an image of the title slide:

```sh
yarn image
```

For more documentation see the [mdx-deck][] repo.

[mdx-deck]: https://github.com/jxnblk/mdx-deck