Antd is is an excellent UI component library, but there are some conflicts between the antdV5 and Next.js 13. This repository solved these problems, and you can use the template to start your project.
- Next.js 13
app
directory - Ant-Design 5
- Tailwind CSS
- Automatic import sorting with @trivago/prettier-plugin-sort-imports
- Dark mode with next-themes
- Icons from Lucide
- Globalization with next-intl
Here are some problems and solutions I encountered when I started the project
-
Server side rendering and CSS-in-JS antd5 vercel/next.js#44125 (comment)
-
Distinguish client/server components when using Next.js 13 app directory https://beta.nextjs.org/docs/rendering/server-and-client-components
-
Priority conflict of css style when using Ant-Design 5 and Tailwind CSS ant-design/ant-design#38794 (comment)
-
DatePicker component internationalization has not taken effect ant-design/ant-design#27276 (comment)