Fork me on GitHub
#re-frame
<
2018-10-16
>
hkjels08:10:54

Have any of you tried using a web-worker with re-frame?

mkvlr09:10:41

we’re using a web worker in our re-frame app, but the worker itself isn’t running re-frame

hkjels12:10:26

OK, but you typically interact with the worker from within an event-handler I guess?

mkvlr12:10:46

yes, using an effect to send the worker messages and its sending messages back through an event handler

b2berry22:10:57

Any idea why I’m getting The node you're attempting to unmount was rendered by another copy of React. ?