pancake-frontend icon indicating copy to clipboard operation
pancake-frontend copied to clipboard

perf: Fetch articles in homepage only when visible

Open memoyil opened this issue 6 months ago • 2 comments


PR-Codex overview

The focus of this PR is to implement intersection observer for lazy loading articles in the News and Blog sections.

Detailed summary

  • Added useIntersectionObserver for lazy loading articles in NewsSection and BlogCard
  • Updated useAllNewsArticle and useLatestArticle to accept an enabled parameter
  • Refactored the use of useAllNewsArticle and useLatestArticle in NewsSection and BlogCard components

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

memoyil avatar Aug 23 '24 10:08 memoyil