loktar00 / loktar00/react-lazy-load

Support browsers without IntersectionObserver

Open
#165 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
980
Forks
163
PR merge metrics
No merged PRs in 30d

Description

I sometimes get error reports from old browsers that lack `IntersectionObserver`. I don't want to ship a polyfill for the small group of users that use these old browsers, I prefer to just show the lazy-loaded content instead.

Would you accept a PR or make the change yourself that makes lazy loaded content visible when `IntersectionObserver` is not available?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the lazy-loading component and tracing where IntersectionObserver is checked or used. Verify the fallback behavior in an affected older browser or equivalent test, and consider the work done when lazy-loaded content is visible without IntersectionObserver while current-browser behavior remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.