We tried the experimental "bytecode decoupling" feature for React Native Windows (included byte-code caching based on ChakraCore) and found that it significantly improved application launch performance and time-to-interaction.
Does JavaScriptCore support a similar feature that can be used for similar successes with React Native apps on Android (which includes built-in JavaScriptCore)?
source
share