Brian Vaughn
Brian Vaughn
I don't _think_ scroll anchoring should impact react-virtualized, except for maybe for the specific combination of `CellMeasurer` and `WindowScroller` jumping past content and then scrolling up. (Basically what this issue...
Nice repro, @babsonmatt
> @bvaughn any update about this issue? Nope. It's tagged as "help wanted" 😄
That looks to be based on this library 😅 at least comparing [clauderic/react-tiny-virtual-list `SizeAndPositionManager`](https://github.com/clauderic/react-tiny-virtual-list/blob/master/src/SizeAndPositionManager.ts) to [bvaughn/react-virtualized `CellSizeAndPositionManager`](https://github.com/bvaughn/react-virtualized/blob/master/source/Grid/utils/CellSizeAndPositionManager.js)
@chrisnojima Sorry for responding so late. I've been crushed by open source stuff lately and I can't keep up. I'm very interested in seeing your proof of concept. I've also...
Thanks for being the first to reply @felipeleusin! Much appreciated. :) I also appreciate the note about flexbox performance on mobile. That's a good thing for me to potentially add...
Thanks for the kind words @fermuch. I'm glad to hear that you're finding the library easy to work with!
@fermuch, @wmertens: Let's move this discussion off of this GH issue. I opened this issue for a very specific reason. (I want to know how react-virtualized _is being used_.) Feature...
FWIW I am interested in react-virtualized supporting the kind of flexible use-case described by @kasrak and @olivierandriessen. Let's work together to make that happen. :)
FYI @kasrak - @olivierandriessen and I chatted on Hangout a bit ago and I created issue #181. The conversation gave me an idea for a small change or two that...