mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #184] [MERGED] Move to TanStack Start from Next.js #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:replace/web📝 Commits (1)
192426aReplace 'web'📊 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.