A repository that implements various image lazy loading techniques.
- Clone the repository:
git clone https://github.com/jinyoung4478/lazy-loading-images.git
- Install dependencies:
yarn
- Start the development server:
yarn dev
- A lazy loading technique using pure React and CSS effects.
ffmpeg -i imageName.jpg -vf scale=20:-1 imageName-small.jpg
The project structure is organized as follows:
├── src
│ ├── components
│ ├── App.jsx
│ └── main.jsx
└── public
└── imgs
This project utilizes the following technologies:
- React
- styled-components
- gh-pages