remix 创建项目
npx create-remix@latestpnpm ipnpm dev# pnpm build 后,本地启动pnpm start├── README.md├── app│ ├── entry.client.tsx│ ├── entry.server.tsx│ ├── root.tsx│ └── routes│ └── _index.tsx├── package.json├── public│ └── favicon.ico├── remix.config.js├── remix.env.d.ts└── tsconfig.json

支持 SSR 渲染的 react ui
- antd
- antd-mobile,需要配置
- pro-component
不支持 SSR 的 react ui
- @ant-design/colors
- @ant-design/icons
- @ant-design/web3
- @ant-design/web3-icons
- @ant-design/web3-wagmi
