Alexander Kotliarskyi - React Native: Under the Hood | YGLF2015

Slides: speakerdeck.com/frantic/react...
React Native is a new open source framework by Facebook that enables software engineers to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. In this talk we'll do a deep dive into technical details about how React Native works. We'll talk about asynchronous bridge that serves as communication channel between JavaScript and platform code and how React fits into this model.

Пікірлер: 6

  • @saptadeepdutta5041
    @saptadeepdutta50416 жыл бұрын

    25:48 - The basic foundation on which ReactNative is built and why it works. 11:10 - The challenge and what was the solution: Exchange serializable messages 11:21 - Works yet performant because the approach is Asynchronous, Batched, Serializable 11:51 - How the Bridge is used: Complete sequence. The flow. [More details at 22:56] 19:28 - Hows this works in real time. 'When the App starts up....' 20:31 - Infograph: JS, Bridge and Native. 20:45 - The injected UIManager(...) 21:48 - About React's 'Layout' system in brief. Written in, Transpile, Test details. 22:04 - Extracting 'Coordinates' from a Flexbox's specs. 22:56 - More nuggets and gems.

  • @thetwist900
    @thetwist9007 жыл бұрын

    Learned a lot about the underhoods of react native. Good presentation

  • @JaroslavKhorishchenko
    @JaroslavKhorishchenko7 жыл бұрын

    Nice presentation, thanks!

  • @jeremy729
    @jeremy7296 жыл бұрын

    great talk, alex!

  • @sobreinquisidor
    @sobreinquisidor4 жыл бұрын

    Amazing talk!

  • @kavehghodstinat3487
    @kavehghodstinat34876 жыл бұрын

    do you have a source code of your demo that steam application to your phone?