React Native EU 2020: Omri Bruchim - Performance Does Matter - Making Your React-Native App Fast

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Abstract:
    In the past 5 years, the Wix mobile app has gone through quite a bit - a brand new look was launched, a large number of features were added in a short period of time, and the number of our users tripled. Unfortunately, one implication of product growth, is a slower performance, especially when it came to things like seamless transition, fluent animations and general slickness of the app.
    Over the past year, we made a tremendous effort to improve these regressions. Our ongoing efforts have so far resulted in almost 60% cumulative improvement in all performance metrics.
    In this talk, I’ll deep into all of our secret ingredients for better performance in React Native applications, together with practical examples of:
    -Improving startup time
    -Responsive gestures
    -Preload prioritization
    Furthermore, I’ll outline some general work we’ve done that led us to these improvements, like the right way to measure and analyse your app performance on production, and how you can implement these tips and tricks.

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

  • @smalikazmi
    @smalikazmi 3 года назад +1

    Great talk!!

  • @GoldPage-q2h
    @GoldPage-q2h 20 дней назад

    Walker Charles Lopez Jeffrey Robinson Kimberly

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

    Thanks!

  • @SajanThomas01
    @SajanThomas01 3 года назад +2

    Really great talk :) , thanks for sharing your valuable insight on performance