Alexis H. Munsayac

Results 119 comments of Alexis H. Munsayac

It works as intended: the resource is called, triggering a Suspense boundary, where the resolving UI is *streamed* after the initial page load. The only reason `useAssets` didn't work is...

> Thanks for your answer, I understand that useAssets is only server-only, but that's quite inconvenient when useAssets doesn't work for ssr that is streamed. Is there a solution to...

> Additionally what I don't understand is why not already inline the template when the "success" page is already available? The thing is, it isn't. The same concept applies to...

> But why does the browser even render the html page before it even has the whole picture, elements on the end of the document could change the whole page?...

I think I'm experiencing this breaking behavior with my packages. If I have the following code in my package: ```js // example-cjs export default function example() { // some code...

This is a SuspenseList issue, at least since that component is *experimental*.

> Native as in "name of a tag that's supported by the browser by default". `div.foo` won't be a sub-component, `Something.foo` might be. `div.foo` always counts as a `JSXMemberExpression`. A...

It's weird. This only happens if you do `example={}` in the JSX. I don't think this is fixable as the error is expected. Without any repros, I can't look into...

I've decided on a new name 🤣

Hmmm it can go both ways @ryansolid I really wanted the #95 soon, but I'll still check Refresh for this.