You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: This is an experimental package. It is subject to change, may be removed at any time,
4
-
and should be used at your own risk!
3
+
⚠️ This package is deprecated and has been replaced by [`@lwc/ssr-compiler`](https://www.npmjs.com/package/@lwc/ssr-compiler) and [`@lwc/ssr-runtime`](https://www.npmjs.com/package/@lwc/ssr-compiler).
5
4
6
-
This package can be used to render LWC components as strings in a server environment.
5
+
## Links
7
6
8
-
## Supported APIs
9
-
10
-
This package supports the following APIs.
11
-
12
-
### renderComponent()
13
-
14
-
This function renders a string-representation of a serialized component tree, given a tag name
15
-
and an LWC constructor. The output format itself is aligned with the [current leading
0 commit comments