6 ms·
I'm speaking out of turn here since I'm not a React Native developer but, it seems to me that it suffers from the penalty of having to use the JS bridge that ne
by Zelphyr 2y ago
I'm speaking out of turn here since I'm not a React Native developer but, it seems to me that it suffers from the penalty of having to use the JS bridge that neither Flutter nor web use.
- rickhanlonii 2y agoIn the post we explain that this release removes the bridge, so the JS thread calls C++ directly without a queue, serialization, or bridge: https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here#removing-the-bridge https://reactnative.dev/blog/2024/10/23/the-new-architecture...
- Zelphyr 2y agoThanks for the clarification.