Rendering large lists with react-virtualized or react-window

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 23

  • @76Freeman
    @76Freeman 4 роки тому +1

    Hey Addy, thank you very much for this thorough evaluation of both solution, you've just saved me a ton of time :) cheers

  • @uwemisrael5836
    @uwemisrael5836 2 роки тому

    Thank you. Loved the examples.

  • @marquezdrums
    @marquezdrums 4 роки тому +1

    I'm getting a double scroll bar - one for the main window and one for my list - any idea how to just have one scroll bar on the entire window? I tried setting the width to window.innerWidth and still get two scroll bars, and a horizontal one for extra fun. I notice in dev tools if I uncheck the height and width properties, I think that might do the trick, but I don't know what values to put in the height and width for the list then.

  • @Михаил-в5р2н
    @Михаил-в5р2н 5 років тому +1

    What if I have saparate module file with array of objects with info. And I want to add something there like new object with info from input, or remove. So, I just use import to my component, but I can't change my module array, format is .js not json, but I can't do nothing with array from react =(
    What I should do?

  • @92steamer
    @92steamer 5 років тому

    What about WindowScroller? It's not ported in a separate repo?

  • @isnanesmen
    @isnanesmen 5 років тому +2

    Hi! Thanks for great video. Can you give link to github with this project?

    • @isnanesmen
      @isnanesmen 5 років тому +4

      Ok! A already found link github! github.com/addyosmani/tmdb-viewer!

  • @sohammondal578
    @sohammondal578 Рік тому

    Can you please share the source code for these?

  • @alexeymind
    @alexeymind 5 років тому +1

    Thank you.
    What If I need to group rows, let's say adding a title in a group and separate groups with some margins?
    Is it possible with this package?

  • @sreekar_s
    @sreekar_s 5 років тому +1

    What about react infinite scroll package? Any difference?

  • @ikurbano
    @ikurbano 2 роки тому

    it all started in 199... can we talk about ipis already?! more pracktical terms?

  • @joostschuur
    @joostschuur 5 років тому +1

    Thumbs up for Commander Data

  • @doppelgunner
    @doppelgunner 5 років тому

    hi how do i forloop trhough data and modify values without blocking ui interface?

  • @KittPhi
    @KittPhi 4 роки тому +1

    Great Stuff Addy and Brian Baughn!

  • @Techonsapevole
    @Techonsapevole 5 років тому

    Thanks for the explanation, very useful

  • @mrallenchuang
    @mrallenchuang 5 років тому

    @addy where did you get the plugin for the bundle size on vscode?

  • @ramswarooppoonia9655
    @ramswarooppoonia9655 3 роки тому

    Hi
    Thanks for nice video
    I want to know for get list of movies which API you have called can you share with me pls
    Hardly requested

    • @AddyOsmani
      @AddyOsmani  2 роки тому

      This was probably using the TMDB API (the movie database API) which is free/public.

  • @inkedoo
    @inkedoo 5 років тому +1

    wow thats amazing !!!

  • @徐紫微-x8i
    @徐紫微-x8i 5 років тому

    Hi Addy Osmani
    , what's name of the vscode extension for showing the size of libraries imported?

    • @bchilakala
      @bchilakala 5 років тому

      That's Import Cost. marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost

  • @robotjeans
    @robotjeans 5 років тому

    Can you share your repo for the react window version?

  • @TheVirtyoz777
    @TheVirtyoz777 4 роки тому

    Wtah is the theme do you use for VS Code ?