It’s possible. I wouldn't make that assumption without profiling the code though.
VibeCoder
joined 2 weeks ago
React Native apologist here AMA
We need an emoji of that guy going “Israel #1! No politic!”
I fear that standing at the bow of a ship that’s attempting to breaking a fascist blockade is now gender goals
It works on occasion for certain issues if people do it en masse. Just not a path to systemic change
Please 6 please 6 please 6 please 6
This is just masking and it’s exhausting. It’s so much more fun and relaxing to spend time with my ADHD friends
There’s definitely overhead to spinning up and running a JS interpreter (although it uses Hermes instead of V8, which helps) as well as communicating between JS and the native layer. I think the extent to which that stuff results in bad performance on its own is greatly exaggerated and is acceptable for a lot of use cases.
For the extra effort of learning how to optimize RN code, you get the benefits of:
I’d say when dev resources are limited, React Native is a good choice. Was it a good choice for Microsoft? Seems like the answer is no, but that could easily be the result of bad org charts just as much as the failure of individual devs.
As far as vibe coding goes, I was very happy with it right up until I wasn’t. I hit the same “this is a mess I’d better rewrite it” wall I always do with side projects except I hit it faster. At work I’ve found AI useful for speeding up monotonous tasks, but I’ve never had luck with just letting it fly and not giving the code a close review as soon as it’s generated. Prompting AI to fix a bug it created seems to create more bugs just as often.