Replies: 1 comment
-
Not really. CLOG never redraws the whole of anything and you have better control over the DOM remotely. Thanks though for suggesting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this maps well to CLOG, but one trick modern webapp frameworks use to prevent expensive redraws of the whole web page is Virtual DOM diffing -- see, for example, https://github.com/Matt-Esch/virtual-dom
I wonder if CLOG could benefit from this approach, or an equivalent?
Beta Was this translation helpful? Give feedback.
All reactions