Remix.run Logo
lackoftactics 6 hours ago

I believe this will be overall trend in industry. Dropping React Native and Flutter for native

aatd86 6 hours ago | parent | next [-]

That would be a huge mistake if we expect many more hardware and OS running them efficiently than just iOS and Android. Best is to have an IR. Now maybe that IR can be turnt into native code. But we shouldn't be constrained. As an incoming framework author, SwiftUI is problematic for instance because it has a programming model which is dated. And I don't particularly enjoy the language either. Looked fine at first and then got more complex than I feel is needed.

oh yeah, disclaimer: I write UI frameworks and dabble in PLs.

uncomputation 32 minutes ago | parent | next [-]

How is SwiftUI dated? It uses a declarative model. I don’t see UI framework paradigms shifting that much.

organsnyder 6 hours ago | parent | prev [-]

> That would be a huge mistake if we expect many more hardware and OS running them efficiently than just iOS and Android.

Is that something we should be engineering for right now?

aatd86 5 hours ago | parent [-]

Just like any engineering and business decision, this is a tradeoff. I probably don't see things from the same vantage point. Can't help but notice a trend however. What if this accelerates, especially with AI being an enabler?

accumulator 5 hours ago | parent | prev | next [-]

I think it'll become a trend at larger, well-capitalized companies and startups, but not universally. The article mentions hundreds of engineers have worked on Shopify's RN apps, so they're well positioned to maintain two native codebases with agents and practically infinite token spend. Migration will be a harder sell for resource-constrained businesses.

It also depends on features. Many apps don't rely on platform features (widgets, watch apps) and are essentially webviews, and those will continue to do just fine on RN.

conmod278 5 hours ago | parent | prev | next [-]

Can React Native become a sort of Compiler which compiles to natives (Android/Apple) now that AI can help in that direction as well? I don't know much about mobile ecosystem though.

RetpolineDrama 5 hours ago | parent | prev [-]

Yep. Flutter has been dead-end for a while. RN won't last through 2027.

SV_BubbleTime 3 hours ago | parent [-]

LOL, flutter/dart are pretty awesome and we have yet to encounter something that needed improvement.

We have small shims for IOS or Android BLE. But otherwise the discussion of should you go native is really a discussion of how many employees do you have to throw with this?