Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

File metadata and controls

26 lines (18 loc) · 1 KB

Demo: Next-show adaptive loading with mix of network hook, memory hook and Client Hints in Next.js

Inspired by Next Episode.

Live Demo

This is a TV show app using the TMDB API for adaptive loading.

This version of Next Show Adaptive Loading uses network hook, memory hook and Client Hints to determine whether to load low-fidelity or high-fidelity experience based on the user's effective connection type (e.g 2G -> lo-fi, 4G -> hi-fi), memory status.

This project was bootstrapped with Create Next App.

Installation

git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd next-show-adaptive-loading
npm install
npm run dev
npm run build
npm start

Glitch Source