duality-labs / duality-web-app

2 stars 2 forks source link

refactor: replace Create React App with Vite (part 2) #513

Closed dib542 closed 8 months ago

dib542 commented 8 months ago

This PR contains all the optional changes when replacing Create React App with Vite

This mainly contains refactoring to separate out functions and components so that the HMR (hot module replacement) feature of Vite works well. The rest is recommended ESLint fixes for new Vite apps.

dib542 commented 7 months ago

:tada: This PR is included in version 0.3.50 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: