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

Use morphdom if available #6

Open
danstewart opened this issue May 25, 2022 · 0 comments
Open

Use morphdom if available #6

danstewart opened this issue May 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@danstewart
Copy link
Contributor

https://github.com/patrick-steele-idem/morphdom

Morphdom is a module for efficiently updating the DOM tree.

Currently the rendering logic only works on single elements but would be good to support rendering a full component and using morphdom to do the updating.

Morphdom should be optional.

It should be on the user to include it if they want it and if they don't we just update the DOM the usual way.

@danstewart danstewart added the enhancement New feature or request label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant