pladaria / react-emojione

A tiny library to use emojis in React
186 stars 32 forks source link

slowly #20

Closed shiran1992 closed 6 years ago

shiran1992 commented 6 years ago

Very high, emoji can be displayed, but the emoji is slow, I have an emoji list (about 50), and it took eight seconds to refresh.

pladaria commented 6 years ago

There must be something wrong in your code. We use this library to display an emoji selector where hundreds of emojis are rendered and it takes few milliseconds to render.

Can you please provide a code example to reproduce your problem (feel free to use something like https://codesandbox.io/s/new show your problem)