eleventy-plugin-react
eleventy-plugin-react copied to clipboard
Lazy load and hydrate components only when they're in the viewport
We may want to put this behind a config option (probably at the component level in withHydration()
), defaulting to lazy loading. This will then have to be serialized into the markers so the client knows what to do for each component marked for hydration.
Working on this.