Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sibelius/react-colocation
- Owner: sibelius
- Created: 2019-04-25T02:49:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T19:39:08.000Z (over 5 years ago)
- Last Synced: 2024-10-19T19:54:17.528Z (22 days ago)
- Language: JavaScript
- Homepage: https://sibelius.github.io/react-colocation/
- Size: 2.42 MB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - react-colocation
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