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

[FEATURE] Convert Vite from create react app #167

Open
Arnabdaz opened this issue Jun 7, 2023 · 4 comments · May be fixed by #188
Open

[FEATURE] Convert Vite from create react app #167

Arnabdaz opened this issue Jun 7, 2023 · 4 comments · May be fixed by #188
Assignees
Labels

Comments

@Arnabdaz
Copy link
Collaborator

Arnabdaz commented Jun 7, 2023

Description

Current issue:

currently this project is using Create React App but as we CRA comes with a lot of pain with it and new developers are unable to even run the project due to the CRA errors occurring in this project.

Solution:

move form Create React App to Vite which has less chance of facing these issues
for reference you can check https://www.robinwieruch.de/vite-create-react-app/ , https://cathalmacdonnacha.com/migrating-from-create-react-app-cra-to-vite or any reference vlog / video .... keep in mind the blogs or videos should be recent and using a recent vite version

to do:

  1. remove CRA for Vite
  2. all necessary setup and configuration for vite
  3. check all npm packages, dependencies and functionalities after successfully switching to vite
  4. (bonus) update the dependencies without breaking any functionality of the project

$ open to all gssoc 23 contributors

@Arnabdaz Arnabdaz added help wanted Extra attention is needed Hard level3 gssoc23 labels Jun 7, 2023
@harshit-002
Copy link

harshit-002 commented Jun 8, 2023

@Arnabdaz I want to work on this issue, please assign it to me.

@Arnabdaz
Copy link
Collaborator Author

Arnabdaz commented Jun 8, 2023

@Arnabdaz I want to work on this issue, please assign it to me.

sure go ahead ... please make sure there comes no issues running the dev server , doing the build or in site functionalities

@harshit-002
Copy link

harshit-002 commented Jun 13, 2023

@Arnabdaz . The website works fine, and all functionalities do work. I am unable to resolve all the warnings occurring due to deprecations.
image
image
image

@Arnabdaz
Copy link
Collaborator Author

cool you can see what is the problems in the warnings and fix ... but if you are unable to fix and everything is working fine just make the pr ... someone else can fix those later

@harshit-002 harshit-002 linked a pull request Jun 17, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants