From 9916c47f8e533d6af21b0d318a7d09d06e712f00 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 22 Sep 2023 05:01:22 +0100 Subject: [PATCH] Update src/data/question-groups/react/react.md --- src/data/question-groups/react/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/question-groups/react/react.md b/src/data/question-groups/react/react.md index ab42ddb1d..859a32bfa 100644 --- a/src/data/question-groups/react/react.md +++ b/src/data/question-groups/react/react.md @@ -201,7 +201,7 @@ questions: answer: flush-sync.md topics: - 'Core' - - 'Intermediate' + - 'Advanced' - question: How to render React components as static HTML string? answer: | The `renderToString` function in React is part of the `react-dom/server` package and is used to render React components on the server-side to a static HTML string. It is commonly used for server-side rendering (SSR) in React.