Can I use bytecode packages with JavaScriptCore-responsive applications as I can with ChakraCore?

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)?

+4
source share

Source: https://habr.com/ru/post/1679919/


All Articles