Skip to content

Commit 7efd129

Browse files
committed
update React references to new website
1 parent 2daf61f commit 7efd129

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

aspnetcore/client-side/spa-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By [Fiyaz Hasan](https://fiyazhasan.me/)
1919
2020
:::moniker-end
2121

22-
A Single Page Application (SPA) is a popular type of web application due to its inherent rich user experience. Integrating client-side SPA frameworks or libraries, such as [Angular](https://angular.dev/) or [React](https://facebook.github.io/react/), with server-side frameworks such as ASP.NET Core can be difficult. JavaScript Services was developed to reduce friction in the integration process. It enables seamless operation between the different client and server technology stacks.
22+
A Single Page Application (SPA) is a popular type of web application due to its inherent rich user experience. Integrating client-side SPA frameworks or libraries, such as [Angular](https://angular.dev/) or [React](https://react.dev/), with server-side frameworks such as ASP.NET Core can be difficult. JavaScript Services was developed to reduce friction in the integration process. It enables seamless operation between the different client and server technology stacks.
2323

2424
## What is JavaScript Services
2525

aspnetcore/includes/spa-templates-recommend-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.author: tdykstra
44
ms.date: 10/10/2023
55
ms.topic: include
66
---
7-
Visual Studio provides project templates for creating single-page apps (SPAs) based on JavaScript frameworks such as [Angular](https://angular.dev/), [React](https://facebook.github.io/react/), and [Vue](https://vuejs.org/) that have an ASP.NET Core backend. These templates:
7+
Visual Studio provides project templates for creating single-page apps (SPAs) based on JavaScript frameworks such as [Angular](https://angular.dev/), [React](https://react.dev/), and [Vue](https://vuejs.org/) that have an ASP.NET Core backend. These templates:
88

99
* Create a Visual Studio solution with a frontend project and a backend project.
1010
* Use the Visual Studio project type for JavaScript and TypeScript (*.esproj*) for the frontend.

aspnetcore/release-notes/aspnetcore-8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ The following sections describe miscellaneous new features in ASP.NET Core 8.
871871

872872
### Visual Studio project templates for SPA apps with ASP.NET Core backend
873873

874-
Visual Studio project templates are now the recommended way to create single-page apps (SPAs) that have an ASP.NET Core backend. Templates are provided that create apps based on the JavaScript frameworks [Angular](https://angular.dev/), [React](https://facebook.github.io/react/), and [Vue](https://vuejs.org/). These templates:
874+
Visual Studio project templates are now the recommended way to create single-page apps (SPAs) that have an ASP.NET Core backend. Templates are provided that create apps based on the JavaScript frameworks [Angular](https://angular.dev/), [React](https://react.dev/), and [Vue](https://vuejs.org/). These templates:
875875
876876
* Create a Visual Studio solution with a frontend project and a backend project.
877877
* Use the Visual Studio project type for JavaScript and TypeScript (*.esproj*) for the frontend.

aspnetcore/tutorials/choose-web-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To get started with ASP.NET Core MVC, see <xref:tutorials/first-mvc-app/start-m
6161

6262
## ASP.NET Core Single Page Applications (SPA) with frontend JavaScript frameworks
6363

64-
Build client-side logic for ASP.NET Core apps using popular JavaScript frameworks, like [Angular](https://angular.dev/), [React](https://facebook.github.io/react/), and [Vue](https://vuejs.org/). ASP.NET Core provides project templates for Angular, React, and Vue, and it can be used with other JavaScript frameworks as well.
64+
Build client-side logic for ASP.NET Core apps using popular JavaScript frameworks, like [Angular](https://angular.dev/), [React](https://react.dev/), and [Vue](https://vuejs.org/). ASP.NET Core provides project templates for Angular, React, and Vue, and it can be used with other JavaScript frameworks as well.
6565

6666
Benefits of ASP.NET Core SPA with JavaScript Frameworks, in addition to the client rendering benefits previously listed:
6767

aspnetcore/tutorials/choose-web-ui/includes/choose-web-ui3-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To get started with ASP.NET Core MVC, see <xref:tutorials/first-mvc-app/start-m
4949

5050
## ASP.NET Core Single Page Applications (SPA) with frontend JavaScript frameworks
5151

52-
Build client-side logic for ASP.NET Core apps using popular JavaScript frameworks, like [Angular](https://angular.dev/), [React](https://facebook.github.io/react/), and [Vue](https://vuejs.org/). ASP.NET Core provides project templates for Angular, React, and Vue, and it can be used with other JavaScript frameworks as well.
52+
Build client-side logic for ASP.NET Core apps using popular JavaScript frameworks, like [Angular](https://angular.dev/), [React](https://react.dev/), and [Vue](https://vuejs.org/). ASP.NET Core provides project templates for Angular, React, and Vue, and it can be used with other JavaScript frameworks as well.
5353

5454
Benefits of ASP.NET Core SPA with JavaScript Frameworks, in addition to the client rendering benefits previously listed:
5555

0 commit comments

Comments
 (0)