Results 38 comments of Kethan

> ```js > function App(){ > const [Component, setComponent] = useState(‘loading’) > useEffect(() =>{ > import('./app.js').then(({default})=>{ > setComponent(default) > }) > }) > return > } > ``` > >...

> @kethan Yes, it is different from Suspense. I will study the implementation of Suspense as soon as possible ok Thanks.

In preact, I am able to lazy load the component and then pass context to the lazy-loaded component. ```js ```

> I know this, preact external implementation, I also want to do this, will not put it in the core > > But it's not easy to implement it safely...

just curious any progress?

> > just curious any progress? > > I'm too busy at work. Thanks for updating

Hi here is an example I am using https://codesandbox.io/s/fre-custom-element-dzg4p8?file=/index.js

Any update or solution i can implement?

https://github.com/kethan/uqry Try this under 1kb with aggregation

Yes correct. Not only text other values too