You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have Header, Video, Footer coming as part of this.childComponents... Is there a way to lazy load my footer component or have more control on the list of components without breaking in-context editing?
With NextJS I don't believe we have an example like this currently.
We got lazyloading examples currently with react universal component on vanilla react, in our archetype.
Now, this is a third party plugin, which is not as great as using something OOTB. Once React 18 is released (not in alpha) then we can move into using React.Lazy() which will be better and might actually solve this, provided we can use React.Lazy with NextJS.
Describe the bug
I have
Header
,Video
,Footer
coming as part ofthis.childComponents
... Is there a way to lazy load my footer component or have more control on the list of components without breaking in-context editing?aem-react-editable-components/src/components/Page.tsx
Line 91 in d01b307
Package version
^1.1.6
To Reproduce
N/A
Expected behavior
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: