yongzhenlow / nextjs-progressive-image

Progressive Image Loading Examples with NextJS

Home Page:https://www.yzlow.com/progressive-image-loading-with-nextjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive Image Loading Examples with NextJS

Reference: Blog Post

Environment Variables

Setup environment variables by copying .env.example file to .env.local.

The examples at pages/contentful and pages/ghost-blog require their respective API credentials if you wish to test them out.

Development

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Progressive Image Loading Examples with NextJS

https://www.yzlow.com/progressive-image-loading-with-nextjs/


Languages

Language:TypeScript 88.4%Language:JavaScript 10.0%Language:Shell 1.0%Language:CSS 0.6%