Skip to content

Commit 40a0878

Browse files
committed
Update v10_00.md
1 parent 7deb9b8 commit 40a0878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MyApp/_pages/releases/v10_00.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ The culmination of our work on React support is being poured into the new [react
178178

179179
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.
180180

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`:
182182

183183
![](/img/pages/react/info/react-static-dev.svg)
184184

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.
186186

187187
### Seamless fusion of .NET APIs, Razor Pages and React UIs
188188

@@ -197,9 +197,9 @@ All existing SPA Templates have only used **static exports**, where at deploymen
197197

198198
![](/img/pages/react/info/react-static-prod.svg)
199199

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:
201201

202-
## Vibe Codable .NET React Templates
202+
## .NET React Templates optimized for AI Development
203203

204204
<vibe-template
205205
template="react-static"

0 commit comments

Comments
 (0)