Explore tweets tagged as #DeferredData
Deliver part of the page immediately and defer the rest using a slow server function plus Await/Suspense. Snappy navigation with staged results. #ReactRouter #DeferredData #Await #TanStackStart #DX
0
0
0
@molecularmusing so, when writing to gbuffer: DeferredData d; d.normal = psinput.normal; d.albedo = psinput.albedo; return GBufferOutput(d);
0
0
0
@molecularmusing when reading: DeferredData d; GBufferInput(d); lighting = dot(d.normal, light); etc. Works pretty well here, anyway :-)
1
0
0
@ryanflorence I'm wondering if remix could provide lower level primitives for constructing DeferredData streams, these APIs could be explored in userland?
1
0
1
@ScriptedAlchemy I think that point I'd abandon JSON. It's gonna need a parser anyway, may as well move to a proper streaming format. @ebey_jacob's DeferredData comes to mind, but also multipart/mixed with JSON bodies also works
1
0
0
Deferred Data: For parts of the HTML document that rely on complex data to render, Airbnb defers the loading of this data until after the initial page render, improving the perceived performance. #DeferredData
1
0
0