Skip to content

Commit 82e3c42

Browse files
committed
rename react-vite to react-static
1 parent 5b882be commit 82e3c42

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ import Templates, { template } from "/pages/components/Templates.mjs"
452452
import ScreenshotsGallery from "/pages/components/ScreenshotsGallery.mjs"
453453
454454
export const Index = [
455-
template('react-vite', 'React Vite', 'ReactNative',['empty', 'tailwind']),
455+
template('react-static', 'React Vite', 'ReactNative',['empty', 'tailwind']),
456456
template('nextjs', 'Next.js', 'NextjsNative',['seo', 'tailwind']),
457457
template('react-spa', 'React SPA', 'ReactNative',['spa','tailwind']),
458458
].reduce((acc, template) => { acc[template.repo] = template; return acc}, {})
@@ -464,7 +464,7 @@ const App = {
464464
ScreenshotsGallery,
465465
},
466466
template: `
467-
<Templates :templates="[Index['react-vite'],Index['nextjs'],Index['react-spa']]" />
467+
<Templates :templates="[Index['react-static'],Index['nextjs'],Index['react-spa']]" />
468468
469469
<h2 class="mb-20 mt-20 text-center text-3xl md:text-4xl font-bold tracking-tight md:tracking-tighter leading-tight text-gray-900 dark:text-gray-100">
470470
Screenshots
@@ -477,8 +477,8 @@ const App = {
477477
`,
478478
setup() {
479479
const screenshots = {
480-
'React Vite - Light Mode': '/img/pages/react/react-vite.webp',
481-
'React Vite - Dark Mode': '/img/pages/react/react-vite-dark.webp',
480+
'React Vite - Light Mode': '/img/pages/react/react-static.webp',
481+
'React Vite - Dark Mode': '/img/pages/react/react-static-dark.webp',
482482
'React SPA - Light Mode': '/img/pages/react/react-spa.webp',
483483
'React SPA - Dark Mode': '/img/pages/react/react-spa-dark.webp',
484484
'Next.js - Light Mode': '/img/pages/react/nextjs.webp',

MyApp/_pages/react/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We're introducing three production-ready React templates, each optimized for dif
6868

6969

7070
<react-template
71-
name="react-vite"
71+
name="react-static"
7272
description="A lightweight foundation built with React + Vite + TypeScript + Tailwind CSS—the ideal blank slate starting point for AI-generated UIs."></react-template>
7373

7474
<react-template
@@ -107,7 +107,7 @@ As AI Models are not as adept at generating C# APIs or Migrations yet, they exce
107107

108108
With just a TypeScript Definition:
109109

110-
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-vite/blob/main/MyApp.ServiceModel/Bookings.d.ts)
110+
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-static/blob/main/MyApp.ServiceModel/Bookings.d.ts)
111111

112112
We can generate all the AutoQuery CRUD APIs and DB Migrations needed to enable a CRUD UI with:
113113

@@ -185,11 +185,11 @@ There are a number of options for starting with an AI generated Application, wit
185185
### Use GitHub Copilot when creating a new Repository
186186

187187
If you're using [GitHub Copilot](https://copilot.github.com/) you can also use it to generate a new App
188-
[from the Vite React template ](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates):
188+
[from the Vite React template ](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates):
189189

190190
:::{.not-prose}
191191
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
192-
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates)
192+
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates)
193193
:::
194194
:::
195195

MyApp/_pages/releases/v8_10.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We're introducing three production-ready React templates, each optimized for dif
7676

7777

7878
<react-template
79-
name="react-vite"
79+
name="react-static"
8080
description="A lightweight foundation built with React + Vite + TypeScript + Tailwind CSS—the ideal blank slate starting point for AI-generated UIs."></react-template>
8181

8282
<react-template
@@ -115,7 +115,7 @@ As AI Models are not as adept at generating C# APIs or Migrations yet, they exce
115115

116116
With just a TypeScript Definition:
117117

118-
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-vite/blob/main/MyApp.ServiceModel/Bookings.d.ts)
118+
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-static/blob/main/MyApp.ServiceModel/Bookings.d.ts)
119119

120120
We can generate all the AutoQuery CRUD APIs and DB Migrations needed to enable a CRUD UI with:
121121

@@ -193,11 +193,11 @@ There are a number of options for starting with an AI generated Application, wit
193193
### Use GitHub Copilot when creating a new Repository
194194

195195
If you're using [GitHub Copilot](https://copilot.github.com/) you can also use it to generate a new App
196-
[from the Vite React template ](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates):
196+
[from the Vite React template ](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates):
197197

198198
:::{.not-prose}
199199
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
200-
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates)
200+
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates)
201201
:::
202202
:::
203203

MyApp/_pages/templates/react.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We're introducing three production-ready React templates, each optimized for dif
6868

6969

7070
<react-template
71-
name="react-vite"
71+
name="react-static"
7272
description="A lightweight foundation built with React + Vite + TypeScript + Tailwind CSS—the ideal blank slate starting point for AI-generated UIs."></react-template>
7373

7474
<react-template
@@ -107,7 +107,7 @@ As AI Models are not as adept at generating C# APIs or Migrations yet, they exce
107107

108108
With just a TypeScript Definition:
109109

110-
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-vite/blob/main/MyApp.ServiceModel/Bookings.d.ts)
110+
- [Bookings.d.ts](https://github.com/NetCoreTemplates/react-static/blob/main/MyApp.ServiceModel/Bookings.d.ts)
111111

112112
We can generate all the AutoQuery CRUD APIs and DB Migrations needed to enable a CRUD UI with:
113113

@@ -185,11 +185,11 @@ There are a number of options for starting with an AI generated Application, wit
185185
### Use GitHub Copilot when creating a new Repository
186186

187187
If you're using [GitHub Copilot](https://copilot.github.com/) you can also use it to generate a new App
188-
[from the Vite React template ](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates):
188+
[from the Vite React template ](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates):
189189

190190
:::{.not-prose}
191191
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
192-
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates)
192+
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates)
193193
:::
194194
:::
195195

MyApp/wwwroot/pages/components/Templates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Index = [
2222
template('mvcauth', 'MVC', 'Windows',['bootstrap']),
2323
template('script', 'MVC', 'Windows',['bootstrap']),
2424
template('vue-spa', 'Vue SPA', 'Vue',['tailwind']),
25-
template('react-vite', 'React Vite', 'React',['tailwind','autoquery']),
25+
template('react-static', 'React Static', 'React',['tailwind','autoquery']),
2626
template('react-spa', 'React SPA', 'React',['tailwind','autoquery']),
2727
template('angular-spa', 'Angular SPA', 'Angular',['tailwind']),
2828
template('svelte-spa', 'Svelte SPA', 'Angular',['bootstrap']),

0 commit comments

Comments
 (0)