Skip to content

Commit 24923f9

Browse files
committed
Update documentation, description and tags.
1 parent 5fefc47 commit 24923f9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Docs/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SSR.Net
33
============
44

5-
SSR.Net enables you to Server-Side Render (SSR) components in React 17, React 18 and Vue 3 in .Net Framework/Core/5/6/7. It is open for extension and can support other frontend frameworks. It aims at being a performant, minimalistic way to support SSR in .Net.
5+
SSR.Net enables you to Server-Side Render (SSR) components in React 17, React 18 and Vue 3 in .Net Framework/Core/5/6/7/8. It is open for extension and can support other frontend frameworks. It aims at being a performant, minimalistic way to support SSR in .Net.
66

77
It is based on many of the ideas in ReactJS.Net: https://github.com/reactjs/React.NET.
88

src/SSR.Net/SSR.Net.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
<PackageProjectUrl>https://github.com/knowit/SSR.Net</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/knowit/SSR.Net</RepositoryUrl>
1515
<PackageDescription>
16-
A package that performs Server-Sider Rendering (SSR) for React17, React18 and Vue 3 using the JavaScriptEngineSwitcher.Core package.
17-
Can be extended to support other frameworks and versions.
16+
This package facilitates Server-Side Rendering (SSR) for React 17, React 18, and Vue 3 using
17+
JavaScriptEngineSwitcher.Core. It's compatible with .NET Standard 2.0, making it usable across
18+
various .NET environments from .NET Framework to .NET 8. Performance is optimized through proactive
19+
JavaScript engine preparation. Explore further details in the GitHub documentation.
1820
</PackageDescription>
19-
<PackageTags>SSR; React; Vue; Server-Side Rendering; JavaScriptEngineSwitcher; nodejs; javascript; js;</PackageTags>
21+
<PackageTags>ssr; react; reactjs; vue; vuejs; server-side rendering; javascriptengineswitcher; nodejs; javascript; js;</PackageTags>
2022
</PropertyGroup>
2123

2224
<PropertyGroup>

0 commit comments

Comments
 (0)