Skip to content

Commit

Permalink
chore: note the unstability of web-ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Aug 15, 2024
1 parent 02d68cc commit 1babb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub enum Platform {
/// NOTE: Currently, SSR support is limited in the fact that it does not generate html, but instead just embeds
/// the engine-provided initial component tree, resulting in an immediate meaningful paint as soon as the JS loads.
/// However, that the Deno script returns a full rendering of the initial component tree in html is a planned feature.
#[clap(name = "unstable-web-ssr")]
WebSSR,
}

Expand Down

0 comments on commit 1babb75

Please sign in to comment.