Skip to content

feat(frontend): replace Next.js with TanStack Start#3

Closed
Liinkiing wants to merge 5 commits intomasterfrom
feat/tanstack-start-spa
Closed

feat(frontend): replace Next.js with TanStack Start#3
Liinkiing wants to merge 5 commits intomasterfrom
feat/tanstack-start-spa

Conversation

@Liinkiing
Copy link
Owner

@Liinkiing Liinkiing commented Feb 2, 2026

What changed

  • Replaced the Next.js frontend with a TanStack Start (SPA mode) app.
  • Restored Storybook using the Vite-based Storybook framework.
  • Kept existing shared UI/theme/Apollo/GraphQL codegen + Panda CSS, updated routing/navigation to TanStack Router.

Why

  • Evaluate TanStack Start as the main frontend framework for this repo.

How to test

  • App:
    • pnpm --filter=frontend dev
    • Open http://localhost:3000
  • Storybook:
    • pnpm --filter=frontend storybook
    • Open http://localhost:6006

Notes

  • pnpm --filter=frontend lint, pnpm --filter=frontend ts:check, pnpm --filter=frontend build pass locally.
  • pnpm --filter=frontend build-storybook passes locally.

@Liinkiing Liinkiing closed this Feb 2, 2026
@Liinkiing Liinkiing deleted the feat/tanstack-start-spa branch February 2, 2026 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant