Replace the Next.js framework with Tauri, supporting all platforms including macOS, Windows, Android, and iOS · Issue #640 · blinkospace/blinko · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions for Migrating the Blinko Application from Next.js to Tauri + Express Architecture
Overview of the Migration Architecture
Original Architecture (Next.js)
Target Architecture
Front-end Application Framework:
Back-end Service:
Migration Strategy
1. Architecture Separation
Split the original Next.js application into two independent projects:
2. Front-end Migration Key Points
Project Structure Reorganization
Routing System Conversion
Build Process Adjustment
Resource Reference Path Adaptation
Internationalization Migration
Theme System Adaptation
3. Authentication System Migration
From next-auth to @auth/express
Session Management
Protected Routes
4. API Migration
From Next.js API Routes to Express Routes
Keep tRPC Unchanged
Database Access
5. Desktop Application Feature Development
Integration of Tauri-specific Features
Offline Functionality
The text was updated successfully, but these errors were encountered: