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

Render modes #9

Closed
cyco130 opened this issue Nov 12, 2021 · 3 comments
Closed

Render modes #9

cyco130 opened this issue Nov 12, 2021 · 3 comments
Labels
✨ enhancement New feature or request
Projects
Milestone

Comments

@cyco130
Copy link
Member

cyco130 commented Nov 12, 2021

We should support the following render modes:

SSR

This is the current default. The page is rendered on demand on the server-side and hydrated on the client.

Client

A placeholder is sent by the server and the page is rendered on the client.

Static

The page is rendered at build time and served from the file system to be hydrated on the client.

EDIT: We'll consider incremental rendering (#23) in a later version.

@cyco130 cyco130 added the ✨ enhancement New feature or request label Nov 12, 2021
@cyco130 cyco130 added this to the 0.5 milestone Nov 12, 2021
@cyco130 cyco130 added this to To do in 0.5 Nov 12, 2021
@cyco130 cyco130 moved this from To do to To do (2) in 0.5 Nov 13, 2021
@cyco130 cyco130 moved this from To do to In progress in 0.5 Dec 15, 2021
@cyco130
Copy link
Member Author

cyco130 commented Dec 17, 2021

Closed in #24

@cyco130 cyco130 closed this as completed Dec 17, 2021
@cyco130 cyco130 moved this from In progress to Done in 0.5 Dec 17, 2021
@peteruithoven
Copy link

This ("Incremental static generation") is mentioned as planned on: https://rakkasjs.org/guide/feature-comparison ?

@cyco130
Copy link
Member Author

cyco130 commented Jun 10, 2022

@peteruithoven The docs are outdated, it should link to #23. Will fix ASAP, thanks for the heads up. We originally planned to support it along with client/server/static pages but prioritized serverless deploys instead so I opened a new issue for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
No open projects
0.5
Done
Development

No branches or pull requests

2 participants