Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Migrate Busola from create-react-app #3064

Closed
akucharska opened this issue Jul 12, 2024 · 3 comments
Closed

POC: Migrate Busola from create-react-app #3064

akucharska opened this issue Jul 12, 2024 · 3 comments
Assignees

Comments

@akucharska
Copy link
Contributor

akucharska commented Jul 12, 2024

Description

Proof of concept: Try migrating Busola and make plan to do it step by step

Connected tasks

#3062

@akucharska akucharska changed the title Migrate Busola POC: Migrate Busola Jul 12, 2024
@mrCherry97 mrCherry97 changed the title POC: Migrate Busola POC: Migrate Busola from create-react-app Jul 15, 2024
@mrCherry97 mrCherry97 self-assigned this Sep 3, 2024
@mrCherry97
Copy link
Contributor

mrCherry97 commented Sep 4, 2024

Vite POC: #3323
in case we decide to go with Vite:

  • icon of the app is not working
  • relative imports need to be changed to "normal" state/authAtom -> ../../state/autoAtom
  • build needs to be fixed (imports are causing build failure)
  • unit tests need to be configured (actually Jest is trying to run all of the test cases also from Cypress etc)
  • imports in unit tests need to be fixed
  • Cypress tests need to be checked after working builds

Useful links:

@mrCherry97
Copy link
Contributor

mrCherry97 commented Sep 5, 2024

NextJS POC: #3330

  • We need to bump react to version 18, and 5 different packages + Jest
  • the whole routing should be rewritten to app routing or pages router from Next
  • build is not working
  • check cypress

Useful links:

@mrCherry97
Copy link
Contributor

Decision: Vite is a better option for us right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants