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

The web has several tools to measure performance, but what about us, React Native devs? Have you ever added some optimization in your code (like a memo here and there) and wondered if it had a real impact on performance? Presenting a Flipper plugin to measure React Native performance, with a concrete case of how it's used at BAM to bring their app performance to the top quality. Bonus: a deep dive into React DevTools flame charts!
Make sure to follow us on Twitter not to miss any news on the next edition of App.js Conf!
/ appjsconf
appjs.co

Пікірлер: 14

  • @theDeji
    @theDeji Жыл бұрын

    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

    Жыл бұрын

    @@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

    Жыл бұрын

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

  • @ludwigvillalba1886
    @ludwigvillalba1886Ай бұрын

    Thanks for sharing!

  • @akashp4863
    @akashp4863 Жыл бұрын

    Just amazing

  • @AndreGoncalvesvc
    @AndreGoncalvesvc Жыл бұрын

    Awesome!

  • @mickpick2725
    @mickpick2725 Жыл бұрын

    Very cool!

  • @purnadiwinarno3878
    @purnadiwinarno3878 Жыл бұрын

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

  • @theblackcollargaming
    @theblackcollargaming Жыл бұрын

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

  • @loki6841
    @loki6841 Жыл бұрын

    hi Faraz and Naman

  • @ZaidZakir
    @ZaidZakir Жыл бұрын

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

  • @deathmachine808

    @deathmachine808

    Жыл бұрын

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