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
Copy file name to clipboardExpand all lines: app/(home)/page.tsx
+91-9Lines changed: 91 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -190,10 +190,10 @@ export default function HomePage() {
190
190
<divclassName="space-y-32">
191
191
<TemplateSection
192
192
title="Next.js RSC"
193
-
description="The cutting edge of React. Leverage full Next.js React Server Components to fetch data directly on the server, reducing bundle size and improving performance."
193
+
description="The cutting edge of React. Leverage the full uncompromising power of Next.js React Server Components to access .NET APIs directly on the server, reducing bundle size and improving performance."
@@ -207,10 +207,10 @@ export default function HomePage() {
207
207
208
208
<TemplateSection
209
209
title="Next.js Static"
210
-
description="The ultimate solution for public-facing websites. Combines the SEO and performance of Static Site Generation (SSG) with a dynamic .NET API."
210
+
description="The ultimate solution for public-facing websites. Combines the SEO and performance of Static Site Generation (SSG) with a dynamic .NET API. Ideal for marketing sites, landing pages, blogs, and content-focused sites that benefit from SEO."
@@ -225,10 +225,10 @@ export default function HomePage() {
225
225
226
226
<TemplateSection
227
227
title="React Static"
228
-
description="A classic Single Page Application (SPA) experience powered by Vite. Perfect for dashboards, internal tools, and highly interactive apps."
228
+
description="Minimal foundation for a classic Single Page Application (SPA) statically generated by Vite. Perfect for dashboards, internal tools, admin panels, and highly interactive apps where SEO isn't a priority."
Full-featured .NET React Templates providing a good reference implementation for integrating several React features
278
+
including <strongclassName="text-white">Blog</strong>, <strongclassName="text-white">MDX</strong>, <strongclassName="text-white">Todos</strong> and <strongclassName="text-white">shadcn/ui</strong> components alongside .NET features
279
+
like <strongclassName="text-white">API Keys</strong>, <strongclassName="text-white">AI Chat</strong> & <strongclassName="text-white">Swagger UI</strong>.
description="A comprehensive Next.js template showcasing the full power of integrating React with .NET. Features a complete Blog with MDX, Todos implementation, shadcn/ui components, API Keys management, AI Chat integration, and Swagger UI for API exploration."
description="A feature-rich React Single Page Application powered by Vite. Includes Blog functionality, Todos, shadcn/ui components, API Keys management, AI Chat capabilities, and Swagger UI - all integrated with a robust .NET backend."
0 commit comments