Brian M Hunt
Brian M Hunt
Yeah I noticed that the callbacks are not compatible – I'm not clear on what they should do. Mulling it now. :)
Sorry folks – I've dropped the ball on `afterRender` and `afterAdd`, and I've a couple things to do before I get back to it – I'd welcome a PR, but...
Thanks for the comments @cervengoc – I am of the mindset that an `afterAddAll` would be misleading in the sense that because it's all processed in an asynchronous batch one...
> What do you think about the beforeMove problem I think it's tricky ;)
This thing is amazing.
Quite possibly related, we're getting this: on Ubuntu / Node v18.18.0 / firebase-tools 12.7. The client locks up, and we see this what looks to simply be noise with `firebase...
Interesting, thanks @krnide. I'd really like to fix that – and it's precisely the kind of scenario I'd like FFE to be comfortable with. Can you give any more info...
Incidentally, if you're using a `` tag does `li {display:block; }` help? Per http://stackoverflow.com/questions/19796057
Incidentally, at one point I was adding/removing 100,000 items from lists, without much janking. I wonder if there's been a regression.
Oh yes, I see. Thanks for clarifying. :) So the good news is that the time is linear i.e. inserting 500 items is 150ms, 5000 items is 1500ms. The problem,...