top | item 34192189

(no title)

shroompasta | 3 years ago

Capacitor uses WebView which is less performant than RN

discuss

order

teg4n_|3 years ago

I do not think it’s that straightforward actually. WebViews are JIT compiled which leads to big performance gains. React Native only can use a JIT with Hermes and Hermes is just plain worse than something like V8 with JIT enabled.

yesimahuman|3 years ago

I don’t think RN can use a JIT at all on iOS. Only WKWebView processes can due to Apple’s security model. This makes Capacitor JS significantly faster for certain workloads