vue-twemoji-picker
vue-twemoji-picker copied to clipboard
Lazy Loading Emoji Imgs
Hello Kevin, how are you? Very thanks for the upgrades of the plugin. I have a question, is there any possibility to add support on lazy load?
Hi there, Im fine, thank you!
Lazy loading emoji datasets? Or lazy loading imgs?
Hello, what is the difference between emoji datasets or lazy loading images? It's a good idea lazy load on images.
I mean, what your pain is, what do you wish to solve?
For loading emoji dataset on demand, I think of something like: the user scrolls and emojis are being fetched as it scrolls on...
For lazy loading images: I think of using the new flag on img tags for lazy loading images.
When I access to my app, there are many requests to get emojis and I didn't open the picker

Thanks a million for your help!
This will be addressed together with https://github.com/kevinfaguiar/vue-twemoji-picker/issues/19. Currently thinking about using IntersectionObserver or now native lazy loading img support