inokawa
inokawa
Probably there are no flushSync alternatives in react native. https://github.com/facebook/react-native/issues/41487
Both may need onResize like prop but not sure.
Hi, the purpose of this issue is to find a stable way to virtualize table element with virtua, because table virtualization is very tricky... I'll take a look mui table...
It should work with rem, em, etc.
Currently this library requires `shift` props to be true if you remove items from the upper outside of viewport. So in this case setting `shift: true` manually may fix the...
Hello, I'd like to increase customizability of this package. However I'm also cautious to expose core because internal APIs are not stable and they can induce misuse of this package....
#181 was released in `0.30.0`. I'm not sure if it will solve the problem, but it probably depends on your application logic.
@zernonia Yes. No problem! I'm not sure tanstack like approach is the best, but anyway I agree with that packed `useVirtualizer` like function would be needed because in some case...
https://github.com/vuejs/babel-plugin-jsx/issues/535
It is not well documented, but by design, shift prop should be true when items are increased/decreased from top. And it should be false when you do other actions which...