New Architecture is here
61–70 of 127 posts
Re: New Architecture is here
#62Re: New Architecture is here
#63Earlier quoted context omitted.
Reddit does a lot better of job bringing good relevant comments to the top.
Reddit has a lower barrier to entry, which will invite lower quality comments. Sadly product officers are starting to flow into HN and other people with no programming experience, so the quality of comments are as such. If there was a fizzbuzz challenge to sign up, i'd bet the comments would not consist of such nonsense.
Re: New Architecture is here
#64I'm a Flutter dev since 2018 and I am honestly not sure if Flutter or React Native still make sense in 2024 and onwards. When they emerged, the mobile development scene was completely different than today. Today, we have Swift UI and Compose, both are pretty solid. I'm not sure if it's the consensus amongst mobile developers, but I believe that on the mid/long run you will be better off - even if you write things twi…
People have believed this the whole time and also a ton of people didn't then and don't now. What has actually changed?
Re: New Architecture is here
#65Earlier quoted context omitted.
I love that you asked this question. As someone who has created a few react native applications in the past, non expo environments has felt as an afterthought. I hope the react native team will improve the documentation and encourage the native platform as well as the expo platform. Some of us don't want to be locked into yet another SaaS with questionable payment tiers - when building your own modules and publishing…
> - You're able to ship a far more featureful application if you deal with media and/or VoIP Can you expand on this? How does Expo prevent or make it harder for you to ship media- and VOIP-related features?
To use your own extensions you have to eject/or start a new application with their own native libraries. For most of what expo does you can use the unimodules libraries, they're quite good in my experience.
Re: New Architecture is here
#66Re: New Architecture is here
#67React native is finally pretty good this year. It still has problems but I feel like it's really starting to pick up momentum. When react-strict-dom is totally ready for prime time it's going to be a game changer and react native will become an absolute juggernaut.
Re: New Architecture is here
#68Earlier quoted context omitted.
Because it's a pain in the ass to distribute. And there's not much for support integrated into mobile operating systems for seamless browser windows. MacOS is getting there kind of lately with safari being able to turn web pages into apps. But there isn't really built in mechanisms for that: https://www.macrumors.com/2023/06/14/how-web-apps-work-macos...
Web apps will always on paper be slower (not including badly made applications on both) than native apps, and also bring in additional security issues (since code is loaded remotely) than native applications.
The part about being slower is still true though.
Re: New Architecture is here
#69I'm a Flutter dev since 2018 and I am honestly not sure if Flutter or React Native still make sense in 2024 and onwards. When they emerged, the mobile development scene was completely different than today. Today, we have Swift UI and Compose, both are pretty solid. I'm not sure if it's the consensus amongst mobile developers, but I believe that on the mid/long run you will be better off - even if you write things twi…
Re: New Architecture is here
#70Is there any sane way of using RN without locking into the Expo ecosystem? Last I checked it was a nightmare dealing with native dependencies otherwise.
Use Expo because you like the extra features it ships with, but not because you have problems with native dependencies. The React Native built-in experience is pretty much perfect to start with.