All Talks

React Native - Under The Bridge

reactweek.nyc @reactweek

In this talk, I am going to reveal that there is no magic in React Native. There is a real smart mechanism that lets the JS code communicate with the Native code (and vice-versa). A major part of this mechanism is The Bridge which is written in C++ (wait..what??) and mapping between all your app modules and even lets you create custom ones of your own! If you are a curious React developer who believes that knowing the internals of a library makes you a better developer, …

You might be interested in: