Skip to content

Latest commit

 

History

History

react-movie-network-aware-loading

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demo: React-movie network-aware resource loading in React.js

React Movie is an application for browsing the latest movies, viewing summaries of them and seeing a cast list.

This version of React movie uses network-aware loading to determine whether to load low-fidelity or high-fidelity movie posters based on the user's effective connection type (e.g 2G -> lo-fi, 4G -> hi-fi).

Live Demo

This project was bootstrapped with Create React App.

Installation

git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd react-movie-network-aware-loading
npm install
npm start
npm run build