ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
991 stars 166 forks source link

Optimize rendering by using react-virtuoso #405

Closed sadiqsalau closed 1 month ago

sadiqsalau commented 4 months ago

Hi, this is more of a suggestion because of how slow it is on mobile device. We could optimize the rendering by using a package such as react-virtuoso.

ealush commented 1 month ago

I have taken several stabs at using virtualization libraries, but does to the very unequal emojis grid, that are nested within categories - it makes it quite difficult to pull off. If you'd like to try, go for it.