Skip to content

Commit

Permalink
docs/make Lit SSR HTMLElement caveat more up-front (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Dec 14, 2024
1 parent f4a6db1 commit 3a07891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/plugins/lit-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tocHeading: 2

# Lit SSR

A plugin for using [**Lit**'s SSR capabilities](https://github.com/lit/lit/tree/main/packages/labs/ssr) as a custom server-side renderer instead of Greenwood's default renderer (WCC). This plugin also gives the ability to statically render entire pages and layouts to output completely static sites. See the [plugin's README](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit) for complete usage information, in particular the [caveats section](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit#caveats).
A plugin for using [**Lit**'s SSR capabilities](https://github.com/lit/lit/tree/main/packages/labs/ssr) as a custom server-side renderer _instead_ of Greenwood's default renderer (WCC), which means **_you will need to use `LitElement` as your base class in all instances where you are pre-rendering or using SSR_**. This plugin also gives the ability to statically generate entire pages and layouts to output completely static sites (SSG). See the [plugin's README](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit) for complete usage information and additional [usage caveats](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit#caveats).

## Prerequisite

Expand Down

0 comments on commit 3a07891

Please sign in to comment.