diff-renderer icon indicating copy to clipboard operation
diff-renderer copied to clipboard

Smart innerHTML for your views.

Results 13 diff-renderer issues
Sort by recently updated
recently updated
newest added

I'm unable to update an element with an SVG and get it to actually render. Using the Inspector, the DOM shows an svg element, but it is never rendered to...

Hello there! I am wondering situations when to create more instances manually. If there's no possible benefits from making more than one instance, I will definitely render all of my...

I had to update some outdated dependencies too

When I update element containing style urls I get weird results, for example: ```html div { background-image: url(http://some.image.jpg) } ``` becomes: ```html div { background-image: url(http: ``` Am I missing...

- html is not the fastest format - make clear whats the fastest

task

When insert a node at the beginning, it causes modifications to all downstream nodes. This needs to be optimized. - [ ] add hash to snapshot nodes - [ ]...

task

f.e. use tests from sax-js

task

- [ ] investigate if we can use an implementation from any Object.observe shim - [ ] create diffing benchmarks

task