You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSR.Net makes it possible to Server-Side Render components in React 17, React 18 and Vue 3. It is open for extension, and can support other frameworks.
4
+
SSR.Net facilitates Server-Side Rendering (SSR) for React 17, React 18, and Vue 3 using JavaScriptEngineSwitcher.Core.
5
5
6
-
It is based on many of the ideas in ReactJS.Net: https://github.com/reactjs/React.NET
6
+
It is open for extension to support other JavaScript frameworks.
7
7
8
-
See examples of how to use the package here: https://github.com/knowit/SSR.Net
8
+
It is written in .Net Standard 2.0 to support everything from .Net Framework to .Net 8.
9
+
10
+
Performance is optimized through proactive JavaScript engine preparation, engine reuse and smart scheduling.
11
+
12
+
See examples and read more in the documentation on GitHub: https://github.com/knowit/SSR.Net
13
+
14
+
It is based on many of the ideas in ReactJS.Net: https://github.com/reactjs/React.NET
0 commit comments