Skip to content

Commit 34e7ceb

Browse files
committed
rename title
1 parent 1493312 commit 34e7ceb

File tree

1 file changed

+1
-1
lines changed
  • docs/src/content/introduction

1 file changed

+1
-1
lines changed

docs/src/content/introduction/ssr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
scope: null
77
---
88

9-
# Server Rendering
9+
# Server Side Rendering
1010

1111
In frameworks such as Next.js 13+, context is fully supported within Client Components, but it cannot be created or consumed directly within Server Components. This is because Server Components have no React state (since they're not interactive), and context is primarily used for rerendering interactive components deep in the tree after some React state has been updated.
1212
Victory uses `createContext` to perform its operations and it must be rendered client side by adding the following directive in your components when used in a framework with Server Side Component support.

0 commit comments

Comments
 (0)