-
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
[priority: high]as fast as possibleas fast as possibleenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, our project is built with Create React App (CRA). However, we would like to migrate the project to Next.js in order to take advantage of its benefits such as server-side rendering, automatic code splitting, and simplified routing.
This issue will involve the following tasks:
- Setting up a Next.js project and copying over the existing code
- Adjusting the code to work with Next.js (e.g. changing import/export statements, modifying the file structure)
- Testing the new Next.js project to ensure it is functioning correctly and no major issues have been introduced
Describe alternatives you've considered
If something bad happens, we will abort the migration.
Metadata
Metadata
Assignees
Labels
[priority: high]as fast as possibleas fast as possibleenhancementNew feature or requestNew feature or request