You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/releases/v10_00.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,11 +178,11 @@ The culmination of our work on React support is being poured into the new [react
178
178
179
179
As we expect this to be the future of software development, we've focused on creating the best possible developer experience for all React templates, starting with removing the complexity of needing to manage 2 independent dev servers and local self-signed dev SSL certificates.
180
180
181
-
Instead you're able to run `dotnet watch`or `dotnet run`to run your React App like every other .NET App, where it's accessible at `https://localhost:5001`:
181
+
Instead you're able to run `dotnet watch` to run your React App like every other .NET App, where it's accessible at `https://localhost:5001`:
182
182
183
183

184
184
185
-
During development the new `NodeProxy` takes care of routing all non-matching routes to the underlying Node server, it also takes care of proxying the HotModuleReload (HMR) WebSocket connections of Next.js or Vite React Apps, where we finally get to experience the benefits that Vite/Next.js developers have been enjoying for years, with fast, stateful, iterative feedback loops.
185
+
During development the new `NodeProxy` takes care of routing all non-matching routes to the underlying Node server, it also takes care of proxying the HotModuleReload (HMR) WebSocket connections of Next.js or Vite React Apps, where we finally get to experience the DX benefits that Vite/Next.js developers have been enjoying for years, with fast, stateful, iterative feedback loops.
186
186
187
187
### Seamless fusion of .NET APIs, Razor Pages and React UIs
188
188
@@ -197,9 +197,9 @@ All existing SPA Templates have only used **static exports**, where at deploymen
197
197
198
198

199
199
200
-
This continues to be the case for **4/5 of the .NET React Templates**, starting with 2x new `react-static` and `next-static` minimal starting templates - perfect base for your next Vibe Coding project, starting with the simplest template:
200
+
This continues to be the case for **4/5 of the .NET React Templates**, starting with 2x new `react-static` and `next-static` minimal starting templates - perfect base for your next AI generated projects, starting with the simplest template:
201
201
202
-
## Vibe Codable .NET React Templates
202
+
## .NET React Templates optimized for AI Development
0 commit comments