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
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.
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
The text was updated successfully, but these errors were encountered: