Skip to content

Commit d29f6b7

Browse files
docs: add note about SSR/SSG
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 528a019 commit d29f6b7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/start-a-new-project.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Supports Astro, Next.js, React, SvelteKit, Vue, and Angular.
3434

3535
Prefer to begin with `npx create-next-app`, `npm create svelte@latest`, or any other starter you know well? Totally fine. Set up your frontend however you like, then bring in Juno afterward.
3636

37+
:::tip[SSR not supported]
38+
39+
Juno doesn’t yet support Server Side Rendering (SSR). Your frontend code should run on the client side. We recommend using Static Site Generation (SSG) or prerendering instead.
40+
41+
:::
42+
3743
Once your app is ready, head over to the [SDK Setup Guide](./setup-the-sdk.mdx) to:
3844

3945
- Install the SDK

0 commit comments

Comments
 (0)