Is the JavaScript 'react host' implemented in native (Objective-C/Swift/Java) language and interpreted during runtime? How are the calls between threads managed - especially wrt marshaling of data structures?
Flux store now originates from native source - do we now have a 'native -> JS interpreter -> native' double transition on every flow?
If the JavaScript is interpreted, would hot-loading mid-flight to change behavior of the native app be possible?
Flux store now originates from native source - do we now have a 'native -> JS interpreter -> native' double transition on every flow?
If the JavaScript is interpreted, would hot-loading mid-flight to change behavior of the native app be possible?