GitClassic
Feed
Explore
Random
Go Pro
Sign in
noxify
/
vite-rsc-ssg-renoun
Code
/
Commits
/ 6a243d1
updates
Marcus Reinhardt
committed on Oct 17, 2025, 07:52 PM
Showing
37
changed files
+1944 additions
-808 deletions
A
.vscode/extensions.json
+8
A
components.json
+21
A
eslint.config.js
+118
M
package.json
+31
-19
M
pnpm-lock.yaml
+960
-444
D
posts/counter.mdx
-5
A
posts/entry-1.mdx
+56
A
posts/entry-2.mdx
+45
A
posts/entry-3.mdx
+46
A
posts/entry-4.mdx
+53
D
posts/oxc.mdx
-3
D
posts/rolldown.mdx
-3
D
posts/vite.mdx
-3
D
posts/vitest.mdx
-3
A
prettier.config.js
+49
M
src/collections.ts
-5
M
src/framework/entry.rsc.tsx
+127
-44
M
src/framework/entry.ssr.tsx
+1
M
src/framework/router.tsx
+133
-127
M
src/framework/utils.ts
+5
-72
A
src/localserver.ts
+16
M
src/pages/(home)/page.tsx
+5
M
src/pages/about/page.tsx
+6
-2
D
src/pages/blog/[slug]/getStaticParams.ts
-16
M
src/pages/blog/[slug]/page.tsx
+5
-1
M
src/pages/blog/page.tsx
+11
-9
D
src/pages/catchall/[...slug]/getStaticParams.ts
-7
M
src/pages/catchall/[...slug]/page.tsx
+8
M
src/pages/layout.tsx
+7
-4
A
src/pages/renoun/[...slug]/layout.tsx
+10
A
src/pages/renoun/[...slug]/page.tsx
+16
A
src/pages/renoun/layout.tsx
+10
A
src/pages/renoun/page.tsx
+15
M
src/root.tsx
+1
-1
A
src/styles.css
+123
M
tsconfig.json
+24
-5
M
vite.config.ts
+34
-35
Browse files at this commit โ