John Daniel Pray
John Daniel Pray
Thanks for the details. That helps a lot. It will be interesting to see what performance is achievable with the new algorithm.
Maybe this has been mentioned before, but babel and typescript both have options to allow transpiling of certain node_modules. If parcel would respect what the app has defined in their...
@matthewp, do you think you'll be able to resolve these issues? A sound virtual component w/ hooks feels out of reach to me.
I thought type coercion was just for attributes -> properties. Not for properties themselves...
I'd be up for constructing some performance and "making sure things happen in an expected way" tests. @askbeka, any guidance on what a good test case would include to show...
I constructed a pen that illustrates the issue: https://codesandbox.io/s/1z53k10vj7
I tried swapping out the RAF for a microtask and it did make everything render in a single frame, but when working with a crazy big number of children and...
Probably switching it to a microtask is the way to go. DBMonster benchmark still performs well with that. I'll upload a couple perf test pages today or tomorrow to demonstrate...
https://jpray.github.io/haunted-tests/ @matthewp, what do you think?
Opened https://github.com/matthewp/haunted/pull/67 with preact microtask implementation (Thanks Preact!) @matthewp, I wasn't able to produce what you reported about updates not happening when scrolling. The closest thing I could see was...