Is your feature request related to a problem? Please describe.
obs: this feature is not the same as react|vue's suspense api. I see it as an improved version.
What if lwc devs could set props in their component to ask the framework to load its assets at a later time, and with granular control? Angular introduced it and you can read more about it below
Is your feature request related to a problem? Please describe.
obs: this feature is not the same as react|vue's suspense api. I see it as an improved version.
What if lwc devs could set props in their component to ask the framework to load its assets at a later time, and with granular control? Angular introduced it and you can read more about it below
https://angular.io/guide/defer
https://netbasal.com/a-comprehensive-guide-to-angulars-defer-block-468c74048df4
Suggestions:
This would probably require changes to the lwc server and bundler to enable lazy loading of assets.