Skip to content

Commit 2d29a63

Browse files
committed
Add links to react-templates.net
1 parent 75cf4ef commit 2d29a63

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

MyApp/_includes/react-templates.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## New React Templates 🚀
2+
3+
We're excited to announce our new collection of React Templates specifically optimized for AI-first development, designed to accelerate your development workflow with modern tooling and best practices.
4+
5+
[![](./img/pages/react-templates.webp)](https://react-templates.net)
6+
7+
<div class="pt-8 not-prose flex justify-center">
8+
<a href="https://react-templates.net"
9+
class="group relative inline-flex items-center rounded-full bg-gradient-to-r from-sky-400 vithe UX Hot reloading of npm UIsa-cyan-400 to-emerald-400 p-[1.5px] shadow-md">
10+
<span class="inline-flex items-center gap-2.5 rounded-full bg-white px-6 py-3 text-base font-semibold text-slate-900 transition group-hover:bg-slate-50">
11+
<span class="h-2.5 w-2.5 rounded-full bg-gradient-to-r from-sky-400 to-cyan-400 shadow-[0_0_7px_rgba(56,189,248,0.7)]"></span>
12+
<span class="tracking-wide">react-templates.net</span>
13+
<span class="ml-1 text-slate-400 transition-transform group-hover:translate-x-0.5">&rarr;</span>
14+
</span>
15+
</a>
16+
</div>
50.5 KB
Loading

MyApp/_posts/2024-03-06_net8-react-spa-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ image: ./img/posts/net8-react-spa-template/bg.webp
66
author: Demis Bellot
77
---
88

9+
::include react-templates.md::
10+
911
## ServiceStack React SPA Template
1012

1113
Just as we've enhanced the built-in ASP.NET Core React SPA template with the new [ServiceStack Vue SPA template](/posts/net8-vue-spa-template)

MyApp/_posts/2025-11-13_react.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,6 @@ very likely to become the future of software development, especially for UIs. Si
289289
the primary authors of code, our UI choices swing from Developer preferences to UI technologies that AI models
290290
excel at.
291291

292-
So whilst we have a preference for Vue given it's more readable syntax and progressive enhancement capabalities, and despite the .NET ecosystem having a strong bias towards Blazor, we're even more excited for the future of React and are committed to providing the best possible support for it.
292+
So whilst we have a preference for Vue given it's more readable syntax and progressive enhancement capabalities, and despite the .NET ecosystem having a strong bias towards Blazor, we're even more excited for the future of React and are committed to providing the best possible support for it.
293+
294+
::include react-templates.md::
50.5 KB
Loading

0 commit comments

Comments
 (0)