yarn run watch
doesn’t seem to work(Makes system unresponsive) for me when running browser examples? Is there any better way to develop in browser?
[original thread by Gurpreet Singh]
yarn run watch
doesn’t seem to work(Makes system unresponsive) for me when running browser examples? Is there any better way to develop in browser?
[original thread by Gurpreet Singh]
Do you run for the whole repo from the root? It would spawn too many processes.
Please dev docs which explain how to work on individual packages.
[Gurpreet Singh]
Thanks Appreciate it