@@ -296,7 +296,7 @@ selected-columns="id,name,roomType,roomNumber,bookingStartDate,cost,couponId,dis
296296
297297## ServiceStack React SPA Template
298298
299- Just as we've enhanced the built-in ASP.NET Core React SPA template we've also enhanced the built-in ASP.NET Core React SPA template with the new TypeScript [ Vite React SPA template] ( https://react-spa.web -templates.io ) with many new high-productivity features.
299+ Just as we've enhanced the built-in ASP.NET Core React SPA template we've also enhanced the built-in ASP.NET Core React SPA template with the new TypeScript [ Vite React SPA template] ( https://react-spa.react -templates.net ) with many new high-productivity features.
300300
301301<div class =" not-prose mt-16 flex flex-col items-center " >
302302 <div class =" flex " >
@@ -321,7 +321,7 @@ Just as we've enhanced the built-in ASP.NET Core React SPA template we've also e
321321:::
322322
323323:::{.shadow .pb-1}
324- [ ![ ] ( https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png )] ( https://react-spa.web -templates.io )
324+ [ ![ ] ( https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png )] ( https://react-spa.react -templates.net )
325325:::
326326
327327## ASP.NET Core React SPA Template
@@ -437,10 +437,10 @@ return (<LayoutPage title="Weather">
437437</LayoutPage >)
438438```
439439
440- To render the [ /weather] ( https://react-spa.web -templates.io /weather ) customized Data Table:
440+ To render the [ /weather] ( https://react-spa.react -templates.net /weather ) customized Data Table:
441441
442442:::{.mx-auto .max-w-lg .shadow .rounded}
443- [ ![ ] ( /img/pages/release-notes/v8.2/data-table.png )] ( https://react-spa.web -templates.io /weather )
443+ [ ![ ] ( /img/pages/release-notes/v8.2/data-table.png )] ( https://react-spa.react -templates.net /weather )
444444:::
445445
446446The template also includes customizable [ Form.tsx] ( https://github.com/NetCoreTemplates/react-spa/blob/main/MyApp.Client/src/components/Form.tsx )
@@ -489,7 +489,7 @@ So that you're immediately productive out-of-the-box, the template includes a ri
489489
490490### Bookings CRUD Pages
491491
492- The [ Bookings CRUD example] ( https://react-spa.web -templates.io /bookings-crud ) shows how you can utilize a customized
492+ The [ Bookings CRUD example] ( https://react-spa.react -templates.net /bookings-crud ) shows how you can utilize a customized
493493Data Table and templates Form components to create a beautifully styled CRUD UI with minimal effort.
494494
495495## Vite Press Plugin
@@ -551,16 +551,16 @@ When more capabilities are required and you want a .NET API backend to your Vite
551551you can use one of our integrated .NET 8 SPA templates:
552552
553553 - [ vue-spa] ( https://vue-spa.web-templates.io ) - .NET 8 API with Vite Vue SPA frontend
554- - [ react-spa] ( https://react-spa.web -templates.io ) - .NET 8 API with Vite React SPA frontend
554+ - [ react-spa] ( https://react-spa.react -templates.net ) - .NET 8 API with Vite React SPA frontend
555555
556556<div class =" not-prose mt-8 grid grid-cols-2 gap-4 " >
557557 <a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://vue-spa.web-templates.io">
558558 <img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-spa.png" />
559559 <div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-spa.web-templates.io</div>
560560 </a>
561- <a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://react-spa.web -templates.io ">
561+ <a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://react-spa.react -templates.net ">
562562 <img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png" />
563- <div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">react-spa.web -templates.io </div>
563+ <div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">react-spa.react -templates.net </div>
564564 </a>
565565</div >
566566
0 commit comments