/progressive-rendering-frameworks-samples

Samples and demos from the Progressive Rendering I/O talk

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Progressive Rendering: Frameworks Samples

Installation

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

cd react-progressive-hydration
npm start

Now check out the demo on http://localhost:2048!