Skip to content

[FEAT]: Move CRA project to Next.js #351

@devvsakib

Description

@devvsakib

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:

  1. Setting up a Next.js project and copying over the existing code
  2. Adjusting the code to work with Next.js (e.g. changing import/export statements, modifying the file structure)
  3. 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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions