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
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.
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
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:
$ open to all gssoc 23 contributors
The text was updated successfully, but these errors were encountered: