Skip to content

Commit a86a4ea

Browse files
committed
update Vue/React sections
1 parent 5f9a6ff commit a86a4ea

File tree

2 files changed

+180
-362
lines changed

2 files changed

+180
-362
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,19 @@
153153

154154
@await Html.PartialAsync("PrimaryNav", "react")
155155

156-
<section class="my-32">
156+
<section class="my-24">
157157
<div class="max-w-screen-lg mx-auto px-4 sm:px-6 lg:px-8">
158158

159-
<h2 class="mb-12 mt-16 text-center text-3xl md:text-4xl font-bold tracking-tight md:tracking-tighter leading-tight text-gray-900 dark:text-gray-100">
159+
<h2 class="mb-12 text-center text-3xl md:text-4xl font-bold tracking-tight md:tracking-tighter leading-tight text-gray-900 dark:text-gray-100">
160160
Perfect fusion of .NET APIs, Razor Pages and React UIs
161161
</h2>
162162

163163
<ul class="text-lg text-slate-600 max-w-2xl mx-auto mb-12 list-disc list-inside space-y-2">
164164
<li>Mix .NET Razor Pages and React UIs in the same application</li>
165-
<li>Includes <a href="https://github.com/NetCoreTemplates/react-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a> from the <a href="https://github.com/NetCoreTemplates/razor" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">razor</a> template</li>
165+
<li>Includes <a href="https://github.com/NetCoreTemplates/react-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a></li>
166166
<li>Gradual migration strategy for modernizing legacy ASP.NET websites</li>
167167
<li>Progressively replace pages or sections without complete rewrites</li>
168+
<li>AI Native React/Next.js, Vite, TypeScript and Tailwind CSS UI stack</li>
168169
</ul>
169170

170171
<h2 class="mb-12 mt-16 text-center text-3xl md:text-4xl font-bold tracking-tight md:tracking-tighter leading-tight text-gray-900 dark:text-gray-100">

0 commit comments

Comments
 (0)