Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service worker support #2

Open
calebmer opened this issue Sep 15, 2016 · 0 comments
Open

Service worker support #2

calebmer opened this issue Sep 15, 2016 · 0 comments

Comments

@calebmer
Copy link
Owner

calebmer commented Sep 15, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant