A demo showing how to use memory-considerate resource loading in React.
This project was bootstrapped with Create React App.
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.
git clone https://github.com/anton-karlovskiy/memory-considerate-loading.git
npm install
npm start
npm run build