Frontend Performance: Virtualized List

Поділитися
Вставка
  • Опубліковано 30 січ 2024
  • What is a Virtualized List (or as some call it, Windowing) ?
    This is a frontend strategy we can use when we want to render a long list of many (hundreds or thousands) of items in the UI.
    Enjoy and leave a comment!
  • Наука та технологія

КОМЕНТАРІ • 6

  • @zandrozin
    @zandrozin 4 місяці тому +1

    Very beginner friendly🤩, Please do more content like this.

    • @codetour
      @codetour  4 місяці тому +1

      great! this is from a longer video which I will publish soon.

  • @xs-3
    @xs-3 4 місяці тому +3

    sounds very interesting and useful. can you please show a code example? the ui can be simple, let’s focus more on the logical side

    • @codetour
      @codetour  4 місяці тому

      I would recommend taking a look at how React Window works
      github.com/bvaughn/react-window

  • @kushalrajyaguru501
    @kushalrajyaguru501 4 місяці тому

    Hey, when will be the whole video uploaded?

    • @codetour
      @codetour  4 місяці тому +1

      Most likely this weekend - I have about 2/3 diagrammed out but there are still a few sections to complete