[PR #184] [MERGED] Move to TanStack Start from Next.js #106

Closed
opened 2025-12-29 18:28:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/184
Author: @Aslam97
Created: 10/7/2024
Status: Merged
Merged: 10/7/2024
Merged by: @nikivdev

Base: mainHead: replace/web


📝 Commits (1)

📊 Changes

514 files changed (+20014 additions, -15501 deletions)

View changed files

web/.env.example (+0 -20)
web/.eslintrc.cjs (+14 -0)
web/.eslintrc.json (+0 -3)
📝 web/.gitignore (+19 -35)
web/.npmrc (+0 -2)
web/.prettierignore (+4 -0)
web/app.config.ts (+12 -0)
web/app/(auth)/layout.tsx (+0 -7)
web/app/(auth)/sign-in/[[...sign-in]]/page.tsx (+0 -9)
web/app/(auth)/sign-up/[[...sign-up]]/page.tsx (+0 -9)
web/app/(pages)/(topics)/[name]/page.tsx (+0 -5)
web/app/(pages)/community/[topicName]/page.tsx (+0 -5)
web/app/(pages)/edit-profile/page.tsx (+0 -5)
web/app/(pages)/journal/page.tsx (+0 -15)
web/app/(pages)/layout.tsx (+0 -30)
web/app/(pages)/links/page.tsx (+0 -5)
web/app/(pages)/onboarding/page.tsx (+0 -5)
web/app/(pages)/pages/[id]/page.tsx (+0 -5)
web/app/(pages)/pages/page.tsx (+0 -5)
web/app/(pages)/profile/_components/wrapper.tsx (+0 -165)

...and 80 more files

📄 Description

Reason for move is that TanStack start is most suited for local first apps and has better router.

Next.js implementation is archived here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/184 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `replace/web` --- ### 📝 Commits (1) - [`192426a`](https://github.com/linsa-io/linsa/commit/192426aad5c3c17f1c052a6cbd4be8f86ea00e25) Replace 'web' ### 📊 Changes **514 files changed** (+20014 additions, -15501 deletions) <details> <summary>View changed files</summary> ➖ `web/.env.example` (+0 -20) ➕ `web/.eslintrc.cjs` (+14 -0) ➖ `web/.eslintrc.json` (+0 -3) 📝 `web/.gitignore` (+19 -35) ➖ `web/.npmrc` (+0 -2) ➕ `web/.prettierignore` (+4 -0) ➕ `web/app.config.ts` (+12 -0) ➖ `web/app/(auth)/layout.tsx` (+0 -7) ➖ `web/app/(auth)/sign-in/[[...sign-in]]/page.tsx` (+0 -9) ➖ `web/app/(auth)/sign-up/[[...sign-up]]/page.tsx` (+0 -9) ➖ `web/app/(pages)/(topics)/[name]/page.tsx` (+0 -5) ➖ `web/app/(pages)/community/[topicName]/page.tsx` (+0 -5) ➖ `web/app/(pages)/edit-profile/page.tsx` (+0 -5) ➖ `web/app/(pages)/journal/page.tsx` (+0 -15) ➖ `web/app/(pages)/layout.tsx` (+0 -30) ➖ `web/app/(pages)/links/page.tsx` (+0 -5) ➖ `web/app/(pages)/onboarding/page.tsx` (+0 -5) ➖ `web/app/(pages)/pages/[id]/page.tsx` (+0 -5) ➖ `web/app/(pages)/pages/page.tsx` (+0 -5) ➖ `web/app/(pages)/profile/_components/wrapper.tsx` (+0 -165) _...and 80 more files_ </details> ### 📄 Description Reason for move is that TanStack start is most suited for local first apps and has better router. Next.js implementation is archived [here](https://github.com/learn-anything/past/tree/main/24/october/next-web). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:23 +01:00
adam closed this issue 2025-12-29 18:28:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#106