.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

New React SPA Template

A tour of the features in the new enhanced Vite TypeScript React SPA template for .NET 8


This episode covers the new React Single Page Application (SPA) template for .NET 8 from ServiceStack. It highlights the React SPA template features such as its integration with ServiceStack, Tailwind CSS, and Vite Press.

The React SPA template aims to provide developers with a streamlined and efficient way to build modern web applications, offering tools for identity authentication, markdown content creation, and interactive components.

Getting Started

Create a new React SPA App with your preferred project name:

React SPA

Alternatively create a new project with the x dotnet tool:

x new react-spa ProjectName

Videos