Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"**/.output/**",
"**/.astro/**",
"**/.vinxi/**",
"**/.tanstack/**",
"**/.react-router/**",
"**/node_modules/**",
"patches/**",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ The [`examples/`](./examples) directory ports the same storefront across framewo
| --- | --- |
| `nextjs/` | Next.js 16 (App Router) |
| `react-router/` | React Router v7, server loaders |
| `tanstack-start/` | TanStack Start, server functions |
| `sveltekit/` | SvelteKit 2 + Svelte 5 (runes) |
| `astro/` | Astro 6 SSR |
| `solid-start/` | SolidStart v1 |
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- `core/` — frozen, framework-agnostic storefront design source (five-page reference HTML + Tailwind tokens, no app JS). Framework examples are hand-built from this baseline.
- `shared/` — common example configuration and request helpers
- `react-router/` — React Router v7 port with server loaders
- `tanstack-start/` — TanStack Start port with server functions and a request-scoped Hydrogen context
- `nextjs/` — Next.js 16 (App Router) port with server components
- `hydrogen/` — Hydrogen port with React Router server loaders and Oxygen-style request context
- `sveltekit/` — SvelteKit 2 + Svelte 5 (runes) port with server `load`
Expand Down
12 changes: 12 additions & 0 deletions examples/tanstack-start/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
node_modules/
.output/
.tanstack/
.nitro/
.vinxi/
dist/
.turbo/
tsconfig.tsbuildinfo
*.log
.DS_Store
storefront-graphql-env.d.ts
customer-account-graphql-env.d.ts
Loading
Loading