Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Side Rendering(?) #17

Open
hmallen99 opened this issue Oct 22, 2024 · 2 comments
Open

Server Side Rendering(?) #17

hmallen99 opened this issue Oct 22, 2024 · 2 comments

Comments

@hmallen99
Copy link
Owner

Ideas

  1. Is this even necessary?
  2. 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
  3. 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
  4. Next.js style rendering, where pipe is running on the server, and boundaries are defined between the client JS and server JS.
@hmallen99
Copy link
Owner Author

hmallen99 commented Oct 30, 2024

  1. 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

@hmallen99
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant