You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since comlink achive to do the same with redux in a friendly way. I want to do the same with the preact dom, How can I achive this ;c. I'm unable to understand the requirements for this. Can you guide me with the very basic?
Do I need undom?
The text was updated successfully, but these errors were encountered:
You need to chose pretty much the same approach as in this repo. Preact uses a subset of the DOM-API which needs to be mocked inside your worker. These mocks will need to pass a message to the main thread and the main thread will need something that responds to those messages and apply it to the DOM.
Since comlink achive to do the same with redux in a friendly way. I want to do the same with the preact dom, How can I achive this ;c. I'm unable to understand the requirements for this. Can you guide me with the very basic?
Do I need undom?
The text was updated successfully, but these errors were encountered: