https://github.com/GoogleChromeLabs/progressive-rendering-frameworks-samples
Samples and demos from the Progressive Rendering I/O talk
https://github.com/GoogleChromeLabs/progressive-rendering-frameworks-samples
Last synced: 8 months ago
JSON representation
Samples and demos from the Progressive Rendering I/O talk
- Host: GitHub
- URL: https://github.com/GoogleChromeLabs/progressive-rendering-frameworks-samples
- Owner: GoogleChromeLabs
- License: apache-2.0
- Archived: true
- Created: 2019-05-09T06:41:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T22:03:34.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T18:52:44.008Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 411
- Watchers: 14
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - progressive-rendering-frameworks-samples
- awesome - progressive-rendering-frameworks-samples - Samples and demos from the Progressive Rendering I/O talk (JavaScript)
README
## Progressive Rendering: Frameworks Samples

### Installation
```sh
git clone git@github.com:GoogleChromeLabs/progressive-rendering-frameworks-samples.git
cd progressive-rendering-frameworks-samples
npm install
npm run lerna bootstrap
```
## Run the Progressive Hydration Demo
```sh
cd react-progressive-hydration
npm start
```
Now check out the demo on http://localhost:2048!