Is Flashlist Actually Better Than The Default Solution? | React Native Optimization Shorts 4

Поделиться
HTML-код
  • Опубликовано: 8 май 2024
  • In this episode of React Native Optimization Shorts, Szymon Rybczak dives into a topic many of us in the React Native community have wrestled with: the flashing screens and sluggish scrolling that especially plague low-end Android devices.
    Discover how Shopify’s Flashlist is shaking up the game. Can it solve these notorious issues? Let’s find out!
    Looking for more performance optimization insights? Download our guide and #stayoptimized: hubs.li/Q02wDQLQ0
  • НаукаНаука

Комментарии • 4

  • @gadayash9
    @gadayash9 Месяц назад

    I like these
    Keep going!

  • @user-lz5ch1jb8n
    @user-lz5ch1jb8n Месяц назад +2

    So FlatList wasn't using a recycling approach under the hood? It sounds confusing as I always thought it's the default behaviour for this kind of view

    • @mohammadkhazali
      @mohammadkhazali Месяц назад

      FlatList has virtualization but not recycling… there’s a very subtle difference

    • @glaze4629
      @glaze4629 Месяц назад +1

      @@mohammadkhazali I'm a bit confused, what is the difference between the two?