Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akinncar/talk-rn-architecture-21


https://github.com/akinncar/talk-rn-architecture-21

codegen fabric jsi react-native turbo-modules

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# React Native Architecture 2021 Slides

### Slides

Website: https://akinncar.github.io/talk-rn-architecture-21/#0

PDF: https://speakerdeck.com/akinncar/react-native-architecture-in-2021

### Run

Install Dependencies
```
yarn
```

Start localhost
```
yarn start
```

### Generate PDF

To export a deck as PDF, use the website-pdf CLI. Start the MDX Deck dev server, then run the following command to create a PDF:

```sh
npx website-pdf http://localhost:8080 -o deck.pdf
```