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

Introduce differential rendering #32

Open
richard-jones opened this issue Mar 28, 2024 · 0 comments
Open

Introduce differential rendering #32

richard-jones opened this issue Mar 28, 2024 · 0 comments

Comments

@richard-jones
Copy link
Member

  • PR: [when the PR is created, put a link to it here. DO NOT use the "linked PR" feature]

In order to remove some of the complexities introduced by complete DOM re-rendering on query cycles, and to improve certain user interactions, we should introduce differential DOM rendering, as is found in frameworks like React and Vue.

An example algoritm for implementing this:
https://dev.to/joydeep-bhowmik/virtual-dom-diffing-algorithm-implementation-in-vanilla-javascript-2324

Acceptance Criteria

  • Only re-render portions of the dom that need it
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