Shahar "Dawn" Or
Shahar "Dawn" Or
Could someone who understands exactly what is unsupported please kindly take a moment to make a documentation pull request?
I'd like a discussion of my suggestion on the original issue before I would review this, please. https://github.com/snabbdom/snabbdom/issues/143#issuecomment-627293500
How about in a wiki here in the repo?
Seems like this depends on #286.
@tokichie would you like to rebase?
@TechQuery thank you for using snabbdom and reporting this issue. It will be looked into as schedule allows.
This is only some reference input. Haven't read the whole logic. Also, using an old `v0.5.0` and can't upgrade yet. I am experiencing this in non-public code. Debugging shows that...
How about a the custom equality comparator receiving all of the args at once? ```js thunk('thing', renderFn, argumentsArray, ([prevAge, prevGroup], [curAge, curGroup]) => { // would allow consideration of all...
I've heard that reading from DOM is expensive compared to reading from JavaScript objects. I didn't test this, though. Seems like snabbdom was designed to not expect changes to DOM...
It seems that specifically for the `.value` property this was fixed by daba67692eb85985c4d86900ed7c56e18caa3db7. But there's check boxes with `.checked` and possibly other such user changeable properties. By the way, if...