wellyshen / react-cool-virtual

😎 ♻️ A tiny React hook for rendering large datasets like a breeze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€” Who uses React Cool Virtual?

wellyshen opened this issue Β· comments

πŸ‘‹πŸ» Hi guys, this is Welly from Taiwan. I spend a lot of time in this library. I'd love to know which companies are using this library for their product(s) so I can mention you in the README.

Please share the following information with me:

  • Company name (might be used in the README or website etc.)
  • Company logo (might be used in the README or website etc.)
  • What kind of product(s)?
  • The URL of your product(s)

Hello @wellyshen,

Currently trying to implement your package in https://lunapunks.io/ :)
I love how easy it is to have a basic prototype up and running with your package.

I have a few questions, mainly if it is possible to not have an inner scroll div?
I kinda want it embedded within the site itself.

The other question has to do with grid layout, but it is cause I haven't tried the grid exposure, gonna try now!

Awesome package it works really well!
I have some GPU rendering issues on brave though and it should be a browser related performance issue.

Realised also that the item size is an important attribute as it determines alot of the cleaniness of the interactions.

Nonetheless, LunaPunks is my little project that is making use of your package, on the way :) we are a web3 NFT project~

Thanks for your awesome work @wellyshen !

@wrjanan Hey mate, Congrats on the awesome project. For the inner scroll div, I think what you're looking for is window scroll, unfortunately, this package doesn't support that atm. For the GPU performance issue, if you find anything related to this package please let me know.