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
Next.js was adopted by React team in their document. And our project is deployed on Vercel, so I would suggest migrating the project from CRA to Next.js
Meanwhile, the UI framework could be updated, Antd is not flexible for our project, so I would suggest using the https://ui.shadcn.com/ to build the page
The text was updated successfully, but these errors were encountered:
The frontend project was built on Create-React-App(CRA), which has been deprecated unofficially by the React team.
Now most projects will be built on Next.js(https://nextjs.org/) or Astro(https://astro.build/).
Next.js was adopted by React team in their document. And our project is deployed on Vercel, so I would suggest migrating the project from CRA to Next.js
Meanwhile, the UI framework could be updated, Antd is not flexible for our project, so I would suggest using the https://ui.shadcn.com/ to build the page
The text was updated successfully, but these errors were encountered: