-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced third-party lazy-loading implementation with native lazy-loading for improved performance #602
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello Mainter, can you let me know the problem, why the build failed? |
Replaced third-party lazy-loading implementation with native lazy-loading for improved performance.Performance Benefits:
This change leverages the built-in |
The texts sound pretty AI generated, is there a reason you removed |
Replaced third-party lazy-loading implementation with native lazy-loading for improved performance.
Performance Benefits:
react-lazy-images
orreact-lazy-load-image-component
, making the codebase simpler and more maintainable.This change leverages the built-in
loading="lazy"
attribute in React for images, which provides a significant performance boost by deferring image loading until they're close to the viewport, optimizing the user experience on initial load.