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 Render #206

Open
cogwizzle opened this issue Jul 25, 2022 · 0 comments
Open

Server Side Render #206

cogwizzle opened this issue Jul 25, 2022 · 0 comments
Assignees
Labels

Comments

@cogwizzle
Copy link
Owner

Server Side Render
As a user I would like the server to render my components and then have them replaced once the page is ready so that I don't have page shift as the content is rendered.

Acceptance Criteria
Given I navigate to the app
When the HTML content is returned
Then the content in the application is already filled out based on the class and is updated once the custom elements are added.

Describe the solution you'd like
I would like to use @skatessr or a solution that renders the UI in a headless browser so that I can handle this use case.

Describe alternatives you've considered
Another solution would be to use Lit element, but since my components are already written with native JavaScript it would be a really hard lift.

Additional context
N/A

@cogwizzle cogwizzle self-assigned this Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant