Це відео не доступне.
Перепрошуємо.

Practical Performance for React (Native): How common patterns slow down your app - Anna Doubková

Поділитися
Вставка
  • Опубліковано 31 лип 2024
  • Find the latest React.js talks & workshops at portal.gitnation.org
    🗓
    Talk recording from React Amsterdam 2019 Conference
    Check out the latest React Summit Amsterdam news - reactsummit.com
    See other React conferences by GitNation
    React Day Berlin - reactday.berlin
    React Advanced London - reactadvanced.com
    Practical Performance for React (Native)
    React Native Track
    There are quite a few theoretical concepts of writing good a React application, including popular functional programming approaches. However, few take into consideration the impacts these will have on performance of the application. In this talk you’ll find out how some commonly used patterns have an adverse effect on the speed of your app, and how to avoid using them. The talk explorse UI and state management but also dives into some native-specific issues and look at how to prevent them.
    Subscribe to our channel to see more React (Native) talks: / @reactconferences

КОМЕНТАРІ • 21

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

    Don’t forget to 👍 like the video and 🔔 subscribe to our channel to see more React (Native) talks: ua-cam.com/channels/sFrt8oKNYXGspSlX9u6uXw.html
    Check out the latest GitNation React conference news:
    React Summit Amsterdam - reactsummit.com
    React Day Berlin - reactday.berlin
    React Advanced London - reactadvanced.com

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

    I’ve watched countless videos on how props causes rerendering and this was the one that finally made it make sense!

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

    One of the most useful talks on this subject.
    Thank you very much.

  • @mynextdev4960
    @mynextdev4960 5 років тому +6

    Wonderful video about react-native performance

  • @punisher013
    @punisher013 3 роки тому +2

    fantastic speech!!!! exactly what i needed, you helped me a lot, i'm gonna to be react native perf. hero in my team thanks to you !! :-)

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

    Hey! Amazing video! Thank you for sharing us some best practices for React (native) developing. At the end we need to think we are the final users and develop smoother and more native feel like solutions to give the best experience as possible.

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

    Awesome lecture on optimization! Thanks!

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

    Really useful, thanks :)

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

    Thanks!

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

    Wonderful content

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

    thanks a lot , exactly what i needed caused my app

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

    thanks

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

    how to reduce time at load module at cold start app? I use many component and library, and have many screen with reactnavigation? right now it spend 3-4 second at cold start?

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

    Geart video

  • @alessandrob.g.4524
    @alessandrob.g.4524 2 роки тому

    She speaks lightning fast!

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

    One thing to add... saying "just use react-native-navigation" is not always the greatest advice. Yes, it may be technically more performant, but my god does it cause a wealth of issues. Unless you have real experience of different routing libraries, don't make the mistake I did and assume it would be a wonderful easy process. RNN treats all screens of your app as an individual sandboxed thread and so they can't communicate with each other; this can make things very complex very fast, especially maintaining state

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

    I can't find any way to lazy load react native components can you help

    • @SumanRoy.official
      @SumanRoy.official 4 роки тому

      Use jQuery library to bind the component which you want to lazy load

    • @ehsankhorasani_
      @ehsankhorasani_ 4 роки тому +5

      @@SumanRoy.official jquery 🤮

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

    It's basics.

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

    Is this still relevant ?