Measuring and Improving React Native Performance | Alexandre Moureaux | App.js Conf 2022

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

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

  • @theDeji
    @theDeji Год назад +14

    Would love to see a tutorial of these optimisation techniques been done practically. Please share or recommend one, thanks a lot for the lecture btw 💯

    • @ndukachukz8067
      @ndukachukz8067 Год назад

      Hello please did you find one?

    • @theDeji
      @theDeji Год назад

      @@ndukachukz8067 I haven’t yet, what about you ?

    • @ndukachukz8067
      @ndukachukz8067 Год назад +1

      @@theDeji I think you just have to read the docs on memo hoc and useMemo hook provided by react to Optimize react application’s

    • @ndukachukz8067
      @ndukachukz8067 Год назад +2

      You could also use sentry or flipper to monitor your apps performance.

  • @ludwigvillalba1886
    @ludwigvillalba1886 8 месяцев назад

    Thanks for sharing!

  • @purnadiwinarno3878
    @purnadiwinarno3878 2 года назад +1

    Thanks a lot. Very nice info. But can you please share the optimized code that you did?

  • @akashp4863
    @akashp4863 2 года назад

    Just amazing

  • @theblackcollargaming
    @theblackcollargaming Год назад +2

    The problem with the perf monitor is that it isn't consistent in giving scores. Need to take average

  • @mickpick2725
    @mickpick2725 2 года назад

    Very cool!

  • @AndreGoncalvesvc
    @AndreGoncalvesvc 2 года назад

    Awesome!

  • @GooseGumlizzard
    @GooseGumlizzard 4 месяца назад +2

    so now that Flipper is dead?

  • @ZaidZakir
    @ZaidZakir 2 года назад +1

    u say memoization but u nvr said how u did it or any example?

    • @deathmachine808
      @deathmachine808 Год назад +3

      UseMemo and memo - it's easy you just wrap your component

  • @hobbyhub-91
    @hobbyhub-91 2 года назад

    hi Faraz and Naman