
So for every object that exists in the original DOM, there is an object for that in React Virtual DOM.

Data Structure & Algorithm Classes (Live).Part III: JSI reference (how to use the JSI)ĭM me and for a fee you get access + all my other RN notes pic.twitter. Part II: Tooling (CMake, Android JNI, XCode, etc)

The JSI/C++ cheatsheet/guide for JS devs is complete!

It includes the 20% of C++ that will allow you to master 80% of the problems, along with extensive references to the JSI api, so you don’t have to learn all the source code to create your own JSI module. I have created a new cheat sheet for JSI/C++, if you are interested in developing your own JSI code you can dm on twitter and for a small fee I’ll share the document (and all my RN notes) with you. Partial code (only iOS) github if you want to explore it on your own. #import Sequel bridge = _bridge methodQueue = _methodQueue RCT_EXPORT_MODULE () + ( BOOL ) requiresMainQueueSetup And voila!ĭone, both iOS and Android bindings should now be working!
