Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T22:03:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T07:18:05.838Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 411
- Watchers: 14
- Forks: 42
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - progressive-rendering-frameworks-samples - Samples and demos from the Progressive Rendering I/O talk (JavaScript)
- awesome-list - progressive-rendering-frameworks-samples
README
## Progressive Rendering: Frameworks Samples
### Installation
```sh
git clone [email protected]:GoogleChromeLabs/progressive-rendering-frameworks-samples.git
cd progressive-rendering-frameworks-samplesnpm 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!