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

consider adding a virtual dom system #6

Open
JeremySorensen opened this issue Mar 26, 2020 · 0 comments
Open

consider adding a virtual dom system #6

JeremySorensen opened this issue Mar 26, 2020 · 0 comments
Assignees
Labels
stretch Optional features for later

Comments

@JeremySorensen
Copy link
Owner

It should be possible to build a virtual dom system on top of the existing commands, so instead of an initial HTML representation and updates returning commands, a single update function gets called receiving a state that produces the desired HTML representation. Then the changes needed to get the existing HTML to look like the desired HTML are computed and the necessary commands are produced.

@JeremySorensen JeremySorensen self-assigned this Mar 26, 2020
@JeremySorensen JeremySorensen added the stretch Optional features for later label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stretch Optional features for later
Projects
None yet
Development

No branches or pull requests

1 participant