meowpunch / react-lazy-load

lazy load images with React and Intersection Observation API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy Loading

In order to enhance user experience, optimize performance with lazy loading

This project doesn't include test

Get Started

Setup

  • Node : v17.2.0
  • npm : v8.1.4

Run

# install all the dependencies
npm install

# run app
npm start
  • While running the app, you can check the image lazy loading in network.

Screen Shot 2021-12-19 at 12 24 50 PM

Reference

About

lazy load images with React and Intersection Observation API


Languages

Language:TypeScript 66.5%Language:HTML 27.6%Language:CSS 5.9%