Giter Site home page Giter Site logo

Comments (6)

sayjeyhi avatar sayjeyhi commented on July 2, 2024 2

any updates? from 2016 to 2021...

from emoji-mart.

sayjeyhi avatar sayjeyhi commented on July 2, 2024 2

I fixed this issue on my forked repo: https://github.com/sayjeyhi/emoji-mart and opened this PR: #510, also it is published on: emoji-mart-virtualized so you can use same API with:

yarn add emoji-mart-virtualized

from emoji-mart.

nolanlawson avatar nolanlawson commented on July 2, 2024

We could use react-virtualized or react-window for this, but a simpler option may be to just use IntersectionObserver to hide the categories (i.e. replace them with an empty <div></div> sized to the right width/height) when the categories are invisible. This is what Mastodon does (mastodon/mastodon#3191) and it's a decent pseudo-virtual list implementation.

For a11y, we would also need to implement the feed role.

from emoji-mart.

harish-aka-shivi avatar harish-aka-shivi commented on July 2, 2024

Would like to suggest one more virtualization library to consider. It enables us to have dynamically sized items which can be tricky to implement in react-window/react-vitualized

https://github.com/petyosi/react-virtuoso

from emoji-mart.

jamesopti avatar jamesopti commented on July 2, 2024

I fixed this issue on my forked repo: https://github.com/sayjeyhi/emoji-mart and opened this PR: #510, also it is published on: emoji-mart-virtualized so you can use same API with:

yarn add emoji-mart-virtualized

Thank you for sharing this! Seems like a no brainer to do this and the performance improvement is instantly noticeable.

from emoji-mart.

sayjeyhi avatar sayjeyhi commented on July 2, 2024

Thanks, @jamesopti, It is completely fixed yeah, but the size issue still there, looking to have some free time to work on it

from emoji-mart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.