Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akinncar/talk-rn-architecture-21
- Owner: akinncar
- Created: 2021-09-14T23:53:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T14:01:19.000Z (about 3 years ago)
- Last Synced: 2024-08-01T21:49:21.337Z (4 months ago)
- Topics: codegen, fabric, jsi, react-native, turbo-modules
- Language: JavaScript
- Homepage: https://akinncar.github.io/talk-rn-architecture-21/#0
- Size: 3.78 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```