Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## Progressive Rendering: Frameworks Samples

### Installation

```sh
git clone [email protected]: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!