ความคิดเห็น •

  • @ReactConferences
    @ReactConferences 4 ปีที่แล้ว +1

    Don’t forget to 👍 like the video and 🔔 subscribe to our channel to see more React (Native) talks: th-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

  • @supriyomonndal6199
    @supriyomonndal6199 ปีที่แล้ว

    Geart video

  • @zackarybrumfield2
    @zackarybrumfield2 2 ปีที่แล้ว

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

  • @mynextdev4960
    @mynextdev4960 5 ปีที่แล้ว +6

    Wonderful video about react-native performance

  • @NADERalf
    @NADERalf 3 ปีที่แล้ว

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

  • @asmolmez8737
    @asmolmez8737 5 ปีที่แล้ว

    Thanks!

  • @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 !! :-)

  • @amitbairagya2496
    @amitbairagya2496 3 ปีที่แล้ว

    Awesome lecture on optimization! Thanks!

  • @tanmaymondal6785
    @tanmaymondal6785 2 ปีที่แล้ว

    thanks a lot , exactly what i needed caused my app

  • @sanjeevakaalex
    @sanjeevakaalex 4 ปีที่แล้ว

    thanks

  • @Maffoo
    @Maffoo 4 ปีที่แล้ว

    Really useful, 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?

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

  • @diwakarprasad1744
    @diwakarprasad1744 3 ปีที่แล้ว

    Wonderful content

  • @alessandrob.g.4524
    @alessandrob.g.4524 2 ปีที่แล้ว

    She speaks lightning fast!

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

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

  • @anazi
    @anazi ปีที่แล้ว

    Is this still relevant ?

  • @piyushabhisheksingh2911
    @piyushabhisheksingh2911 3 ปีที่แล้ว

    It's basics.