-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
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
Build React Naturally #178
Comments
Hey @andrewpareles been working on this and I have a solution that watches changes in the browser environment and auto updates the scope-tailwind, tsup transpilation, and watch-client gulp task (without crashing it). I can make a PR if you're interested? |
Sounds amazing. Feel free to PR! |
This fixes the waiting problem! Thanks so much for the PR, it's amazing. Keeping this issue open for some minor other related items:
|
This issue might sound boring, but it's one of Void's most important unresolved issues.
In the build instructions, we run
npm run buildreact
to compile all the files inreact/src/*.tsx
intoreact/out/*.js
. We then we import those files elsewhere. This is not a great way of working with React because we need to re-build every time we change a React file.We have two options to fix this problem:
build.js
's contents intogulpfile.js watch-client
.The text was updated successfully, but these errors were encountered: