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
Allow returning a element that fetches html from a server and renders it. Add some functionality for portaling into the resulting HTML to add listeners like jquery, but a bit more declarative
Just do GraphQL on the server, but use a query component that renders directly into a child element from the response data, potentially replacing an XML parse with document construction
Next.js style rendering, where pipe is running on the server, and boundaries are defined between the client JS and server JS.
The text was updated successfully, but these errors were encountered:
Lazy loading of components from CDN/bundle splitting. Allow loading in static home page alongside an initial data query while the first part of the bundle and the library loads. Allow prefetching on hover to hydrate page state for a link
Ideas
The text was updated successfully, but these errors were encountered: