https://github.com/FormidableLabs/react-europe-demos
React Europe 2018 Keynote Demos
https://github.com/FormidableLabs/react-europe-demos
Last synced: 11 months ago
JSON representation
React Europe 2018 Keynote Demos
- Host: GitHub
- URL: https://github.com/FormidableLabs/react-europe-demos
- Owner: FormidableLabs
- Archived: true
- Created: 2018-05-17T08:45:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T11:19:36.000Z (about 8 years ago)
- Last Synced: 2024-08-04T12:01:21.976Z (almost 2 years ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 37
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Europe 2018 Demos
## Getting started
- Run `yarn` or `npm install`
- Go into `src/index.js` and comment or uncomment the different demos and update which one to display in the `root.render`
- If you want to run the "SuspenseImages" demo, generate a github personal access token and put it in `src/suspense-images/token.js` to enable calling the graphql API.