snelsi / react-awesome-ticker

🐍 Smart Modern Lightweight Fully-Typed CSS React Ticker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtualization

yeasin-hossain opened this issue · comments

Is your feature request related to a problem? Please describe.
I'm not able to render lot of data

Describe the solution you'd like
you should use react-window

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

This library uses native css animations to achieve a simple 'running' ticker effect.
Adding virtualization would require some heavy JS logic and will probably pull a complete rewrite of the library.

Sorry, I don't think that it's reasonable to implement this right now.

If you need virtualization, consider migrating to something like react-ticker or its alternatives.