We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since there's already a vite-typescript template, would like to contribute a vite+react template as an additional option.
I initially used electron-vite but would prefer a more official solution with electron-forge.
Can start implementing once I get a thumbs up!
Key points
@vitejs/plugin-react-swc
As an alternative, adding React manually took me about 10 minutes of research and 5 minutes implementing, but was still a cumbersome process.
In terms of the vite plugin for React, the base @vitejs/plugin-react is an alternative but has much slower performance than @vitejs/plugin-react-swc.
@vitejs/plugin-react
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-flight checklist
Problem description
Since there's already a vite-typescript template, would like to contribute a vite+react template as an additional option.
I initially used electron-vite but would prefer a more official solution with electron-forge.
Can start implementing once I get a thumbs up!
Proposed solution
Key points
@vitejs/plugin-react-swc
for fast refreshAlternatives considered
As an alternative, adding React manually took me about 10 minutes of research and 5 minutes implementing, but was still a cumbersome process.
In terms of the vite plugin for React, the base
@vitejs/plugin-react
is an alternative but has much slower performance than@vitejs/plugin-react-swc
.Additional information
No response
The text was updated successfully, but these errors were encountered: