feat: modernize main app with Vite 5, React 18, and new UI#3116
Open
feat: modernize main app with Vite 5, React 18, and new UI#3116
Conversation
…* node version - Update GitHub workflows (github-pages, publish-1.x, publish-latest) to use pnpm with corepack - Bump packageManager to pnpm@10.28.2 in package.json - Update node version from v14 to lts/* for future compatibility - Regenerate pnpm-lock.yaml with pnpm v10
Addressing PR review comments:
This commit completely modernizes the qiankun main application: Tech Stack Upgrade: - Vite 5 (from Webpack 4) - React 18 (from React 15) - Ant Design 5 (from Ant Design 2) - TypeScript 5 - Tailwind CSS (new) - Zustand for state management (new) New UI Components: - Sidebar: Collapsible navigation with 9 micro-app entries - Header: Language switcher, GitHub link, fullscreen, notifications, user menu - Dashboard: Statistics cards, app grid, feature showcase - MicroAppContainer: Loading states, error handling, retry mechanism Infrastructure: - Fixed port mappings for all micro-apps - Added type compatibility declarations for React 18 + Ant Design 5 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR completely modernizes the qiankun main application with a modern tech stack and beautiful new UI design.
Changes
Tech Stack Upgrade
New UI Components
Infrastructure
Test Plan
Screenshots
(Screenshots to be added after review)
Generated with Claude Code