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
As Vulture aims to be a light abstraction over rendering JSX, we should be able to easily support rendering inside a service worker. All that should be required is being able to serialize patches into JSON (this means no function attributes…), and creating an event system that can post events back into the worker.
However, if there are no service workers available, the abstraction must be light enough to work in their absence.
This is an interesting space to explore.
The text was updated successfully, but these errors were encountered:
As Vulture aims to be a light abstraction over rendering JSX, we should be able to easily support rendering inside a service worker. All that should be required is being able to serialize patches into JSON (this means no function attributes…), and creating an event system that can post events back into the worker.
However, if there are no service workers available, the abstraction must be light enough to work in their absence.
This is an interesting space to explore.
The text was updated successfully, but these errors were encountered: