re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
2020-07-20T17:56:09.007300Z

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?

isak 2020-07-20T18:32:54.008100Z

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

2020-07-20T21:01:04.008600Z

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