dai-shi/react-hooks-worker

How about sharedworkers?

kamtoeddy opened this issue · 3 comments

Please does this module support shared workers in reactjs?
if yes, please demo or link for demo. Also, need help with shared workers for react app. Thanks

I never used SharedWorkers, but SharedWorker and WebWorkder seem very different. I don't think it works, because the API is different and useWorker hook is designed to work with React lifecycle.

You might want to look for general React resources for help with shared workers.

Ok thanks

Ok thanks