https://github.com/jaredpalmer/react-europe-2019
Slides and demo app from my keynote
https://github.com/jaredpalmer/react-europe-2019
hooks react react-europe react-hooks react-suspense suspense
Last synced: about 2 months ago
JSON representation
Slides and demo app from my keynote
- Host: GitHub
- URL: https://github.com/jaredpalmer/react-europe-2019
- Owner: jaredpalmer
- Created: 2019-05-23T15:06:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:29:31.000Z (over 2 years ago)
- Last Synced: 2025-03-29T08:22:27.226Z (3 months ago)
- Topics: hooks, react, react-europe, react-hooks, react-suspense, suspense
- Language: JavaScript
- Size: 11.6 MB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Europe 2019 Keynote
In order to use this app, you may need to create a personal github token.
Add it to `env.template` and rename that file to `.env.local`.## Running locally
```
git clone ...
yarn
yarn start
```