Skip to content

WIP: feat(ssr): add support for render mode SSR #43

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ianlet
Copy link
Owner

@ianlet ianlet commented Apr 27, 2025

What is it?

  • Feature / enhancement

Description

To increase confidence of library maintainers and qwik app developers, add support for rendering a component in SSR mode.

Checklist

  • My code follows
    the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the docs
  • Added new tests to cover the fix / functionality

@ianlet
Copy link
Owner Author

ianlet commented Apr 27, 2025

For now, the SSR mode only works partially.

We're able to render a component from SSR and resume it, but we're not able to interact with it as the qwik loader is trying to actually fetch the QRLs and we don't have any server running.

If we want to pursue this effort (to render components in SSR mode), we'll have to find a creative way to simulate being in the browser without actually having to fetch the QRLs from a server.

Any feedback/suggestion is welcome.

These could serve as an inspiration:

@ianlet ianlet linked an issue Apr 27, 2025 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

[✨] Add support for SSR render mode
1 participant