Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Demo: Memory-considerate resource loading in React.js

Live Demo

A demo showing how to use memory-considerate resource loading in React.js.

This project was bootstrapped with Create React App.

Test

If you give it a try in your browser console, you may notice that the numbers of memory don’t change. This is a security protection–Chrome doesn’t want to expose its internals to just anyone who might be listening. To enable more accurate memory monitoring, start Chrome with the --enable-precise-memory-info flag.

Installation

git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd cra-memory-considerate-loading
npm install
npm start
npm run build