preact-worker-demo
preact-worker-demo copied to clipboard
Demo of preact rendering an entire app in a Web Worker.
Since comlink achive to do the same with redux in a friendly way. I want to do the same with the preact dom, How can I achive this ;c. I'm...
First, thanks to your demo, it really helped me a lot. I run script in javascriptCore, and get the undom. then I send the message to webview to create real...
Currently at master branch it cannot runs, fail to install dependencies due to some weird errors. This MR refactor a little bit and make it work again. See demo at:...