React Native's New Architecture - Parashuram N - React Conf 2018

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

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

  • @DominicGo
    @DominicGo 6 лет назад +21

    I can’t wait for RN Fabric and JSI! Thanks for all the hard work on RN 🎉

  • @modiddymo
    @modiddymo 6 лет назад +7

    This just made my day. Faster RN and better modularity == win!

  • @aizuddineismail
    @aizuddineismail 6 лет назад +2

    Awesome! Excited for the new architecture 😍

  • @Lifelightning
    @Lifelightning 6 лет назад +3

    🔥 powerpoint animations for a 🔥 react native presentation

  • @piyushgupta809
    @piyushgupta809 6 лет назад +40

    mature RN community + fast RN = RN win over flutter .

  • @chrisr236
    @chrisr236 6 лет назад +7

    How much better will the performance be?

  • @marvinfrachet7607
    @marvinfrachet7607 6 лет назад +3

    In case you would like to have some insights the OLD React Native architecture, I suggest: hackernoon.com/understanding-react-native-bridge-concept-e9526066ddb8

  • @sgwong513
    @sgwong513 6 лет назад

    Great presentation

  • @gauthampait
    @gauthampait 6 лет назад +3

    This is just awesome! Is this gonna be comparable to the UI performance flutter gives ? Any light on this please ?

    • @piyushgupta809
      @piyushgupta809 6 лет назад +8

      Since instead of a bridge there is an interface for using Java/obj c functions , i think RN would be way faster.
      Given RN matures community and WebLike development , RN would be more powerful than flutter

  • @BenMiner3220
    @BenMiner3220 6 лет назад +1

    stoked

  • @jacky2020hor
    @jacky2020hor 6 лет назад

    Awesome guys

  • @Meligy
    @Meligy 6 лет назад +7

    I love the information architecture animation, and how it moved to reconciliation after that!
    How did you do it, Ram?!
    Thanks :)

  • @Arma5666
    @Arma5666 6 лет назад

    JSI sounds awesome, better performance when calling native code! The bridge really bogs down when a lot of data needs to be exchanged.