Fork me on GitHub
#re-frame
<
2020-07-20
>
Wilson Velez17:07:09

is there any recommended way of working with “web workers” with re-frame? I found https://github.com/yetanalytics/re-thread is that ok or is it too old?

isak18:07:54

I don't wrap it with anything, just use the js .postMessage API

Wilson Velez21:07:04

thanks @U08JKUHA9, i will look for an example then, thanks!

David Pham06:07:27

Yeah, I have to admit, I find the browser API to be good enough for such tasks.