react-wordle icon indicating copy to clipboard operation
react-wordle copied to clipboard

Migrate from CRA to Vite

Open max-programming opened this issue 2 years ago • 3 comments

Migrate from Create React App to Vite

Vite is a great alternative to Create React App. It makes the development workflow a lot faster than CRA. This PR converts CRA to Vite

Just try this out by cloning this branch and installing and running the server with npm run dev.

Remaining stuff

  • Move from Jest to Vitest
  • Make if statements work in index.html like CRA

max-programming avatar Aug 11 '22 13:08 max-programming

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-wordle ❌ Failed (Inspect) Aug 11, 2022 at 1:37PM (UTC)

vercel[bot] avatar Aug 11 '22 13:08 vercel[bot]

Based on the number of downstream implementations that are dependent on this repo, I think it's unlikely that we can accommodate such an integral framework change.

@cwackerfuss should chime in here.

igitur avatar Aug 11 '22 14:08 igitur

Did you decide anything about it @cwackerfuss ?

max-programming avatar Aug 17 '22 14:08 max-programming