Skip to content

Commit 06b9935

Browse files
authored
docs: note about Vite's native SSR API being a low-level API (#3467)
1 parent 87bf0d8 commit 06b9935

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ssr.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ SSR specifically refers to front-end frameworks (for example React, Preact, Vue,
1010
The following guide also assumes prior experience working with SSR in your framework of choice, and will only focus on Vite-specific integration details.
1111
:::
1212

13+
:::warning Low-level API
14+
This is a low-level API meant for library and framework authors. If your goal is to create an application, make sure to check out the higher-level SSR plugins and tools at [Awesome Vite SSR section](https://github.com/vitejs/awesome-vite#ssr) first. That said, many applications are successfully built directly on top of Vite's native low-level API.
15+
:::
16+
1317
:::tip Help
1418
If you have questions, the community is usually helpful at [Vite Discord's #ssr channel](https://discord.gg/PkbxgzPhJv).
1519
:::

0 commit comments

Comments
 (0)