Fork me on GitHub
#shadow-cljs
<
2019-07-14
>
Marcin13:07:48

@thheller I know that we can create web workers easily, but is there a way to create a service worker? That would need to be in the root folder, instead of e.g. /js

thheller15:07:51

the only service worker I created so far I did create with https://developers.google.com/web/tools/workbox/

Marcin07:07:09

Got it, thank you!

thheller15:07:11

not sure CLJS is all too useful for service workers given that 99% of it is native JS interop

David Pham20:07:50

Maybe not Shadow-cljs/ClojureScript specific question, but anyone has some insights on using web workers? Are they good/bad ideas? What are the rookie mistakes with them?