diff --git a/pages/docs/getting-started/server-render.mdx b/pages/docs/getting-started/server-render.mdx index 6fe04f7..30685b9 100644 --- a/pages/docs/getting-started/server-render.mdx +++ b/pages/docs/getting-started/server-render.mdx @@ -14,9 +14,25 @@ export const meta = { All Components of `@zeit-ui/react` are compatible with **Server Render**. In fact, the document you see now is rendered by the server. -If you deploy by static files, you can skip this section. + + You just need a SPA application? + It is recommended to skip this section. + - + + +Will using server-side rendering make my application lose the advantages of SPA? Maybe you can use the `hybrid render` application, +Read +the post from the Next.js team to learn more. + +In addition, for server-side render and web applications, +we strongly recommend that you read this famous post + + 7-principles-of-rich-web-applications + from Guillermo Rauch. + + + ### Next.js