unfoldingWord / gateway-edit

Book Package harmonized view.
https://gatewayedit.com
MIT License
1 stars 4 forks source link

Colab Spike: Investigate Moving GWE from Using Nextjs to Vite #616

Open PhotoNomad0 opened 7 months ago

PhotoNomad0 commented 7 months ago

Determine what it will take to convert GWE from Using Nextjs to Vite. See if that improves/accelerates development.

PhotoNomad0 commented 7 months ago

Notes

larsgson commented 7 months ago

Maybe this s.o. thread is of help re. using babel, or not: https://stackoverflow.com/questions/72344723/is-it-required-babel-configuration-when-i-use-vite-in-place-of-webpack

I think it would be good to remove babel in order to reduce complexity... or what would be the benefit of keeping it?

Would this maybe be of help for jest migration: https://vitest.dev/guide/migration.html#migrating-from-jest

larsgson commented 7 months ago

Re downgrading vite, node and react

abelpz commented 7 months ago

@larsgson it was @material-ui's ThemeProvider it was generating all sort of compatibility issues

PhotoNomad0 commented 7 months ago

Would this maybe be of help for jest migration: https://vitest.dev/guide/migration.html#migrating-from-jest

@larsgson - It looks like what we want, but looks like it could be significant work converting from jest to vitest.

PhotoNomad0 commented 7 months ago

Would this maybe be of help for jest migration: https://vitest.dev/guide/migration.html#migrating-from-jest

@larsgson - It looks like what we want, but looks like it could be significant work converting from jest to vitest.

OK, was able to get it working for now.

elsylambert commented 7 months ago

Note: Test by deploying to Netlify to a new site(for testing)