Skip to content

perf: document NewsletterSection deferred-mount via IntersectionObserver (Closes #1269) - #1378

Open
waterWang wants to merge 1 commit into
Fluxora-Org:mainfrom
waterWang:perf/newsletter-section-deferred-mount
Open

perf: document NewsletterSection deferred-mount via IntersectionObserver (Closes #1269)#1378
waterWang wants to merge 1 commit into
Fluxora-Org:mainfrom
waterWang:perf/newsletter-section-deferred-mount

Conversation

@waterWang

Copy link
Copy Markdown

Summary

NewsletterSection is already deferred via React.lazy + IntersectionObserver (LazySection wrapper) in Home.tsx. This PR adds docs/PERFORMANCE_NOTES.md documenting the mechanism, bundle impact, and how to verify it.

Closes #1269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Defer mount of src/components/landing-page/NewsletterSection.tsx below the fold via a viewport-triggered dynamic import

1 participant