-
Notifications
You must be signed in to change notification settings - Fork 8
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
App setup example with live reloading and bundling #5
Comments
If you submit a PR I think that would be a good first step. Perhaps just add a small paragraph with a link to your project describing that it demonstrates how to use rollup to do live reloading. |
Done! See the PR above. It would be nice to combine both setups into a library that makes running these apps easier. The chokidar watcher setup of do-space-client is definitely preferable to nodemon. However, I guess it webpack/rollup hooks could be setup to handle the reloading aspect of it too. |
I agree that having some tool built into react-yue similar to react-native that allows live reloading, hotreloading, CMD-R reloading etc... would be really great. It can be a pain to have to kill |
It seems yackage bundles code in a way that is different from webpack and rollup and it can't bundle react correctly. I think some features should be supported by yue if possible. But boilerplates for react-yue apps are always welcome. |
Hi,
I couldn't get the sample app running and in the process of working out the steps to do so I made a playground to showcase a setup with live reloading + bundling of the app.
If you think it makes sense perhaps we can add that to the README?
https://github.com/viewstools/react-yue-app
Cheers,
Darío
The text was updated successfully, but these errors were encountered: