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).
This project was bootstrapped with Create React App.
git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd react-movie-network-aware-loading
npm install
npm start
npm run build