We did the same thing - had 90% of it overnight. Then spent a few days in the background tweaking for polish. Our app is smaller, and has about 15-20 screens. I started at about 12:30am by giving codex a goal and it inventoried every screen based on the react native code, then created android and iOS directories, used maestro (I had already set up this tooling for a previous personal app build a few weeks prior), and…
And people say AI isn't taking SWE jobs...
Shopify is moving from React Native back to Swift and Kotlin
51–60 of 962 posts
Re: Shopify is moving from React Native back to Swift and Kotlin
#52IMHO, now is a great time to use native Swift/Kotlin code alongside shared Rust code via UniFFI
Sounds like a complete waste of tokens with the worst case of just quickly building more technical debt, three times.
Re: Shopify is moving from React Native back to Swift and Kotlin
#53We did the same thing - had 90% of it overnight. Then spent a few days in the background tweaking for polish. Our app is smaller, and has about 15-20 screens. I started at about 12:30am by giving codex a goal and it inventoried every screen based on the react native code, then created android and iOS directories, used maestro (I had already set up this tooling for a previous personal app build a few weeks prior), and…
And people say AI isn't taking SWE jobs...
Re: Shopify is moving from React Native back to Swift and Kotlin
#54If you put every company that needs/has an app on a spectrum, there is a line somewhere that roughly divides them into two groups: where Electron/React Native/etc. makes sense or not. It's just a normal engineering decision: solving problems given limited resources. Companies have different problems and different resources. I think people in the tech community have probably also noticed that it's rather popular to ha…
Most likely this will work out fine, but big rewrites like this have a big enough chance of going off the rails that I wouldn't shout success from the rooftops just yet. I'm sure Digg engineering was proud of their rewrite too.
Re: Shopify is moving from React Native back to Swift and Kotlin
#55Earlier quoted context omitted.
It ported overnight. I don't think it would create from scratch without a lot of hand holding.
Previous company I worked for would have (and did) hire dedicated swift/java mobile developers to build and maintain ios and android native versions (largely porting functionality from an existing web application) Not anymore.
Re: Shopify is moving from React Native back to Swift and Kotlin
#56Who wants to bet there still won't be a dark mode?
Re: Shopify is moving from React Native back to Swift and Kotlin
#57Dropping React and going back to raw JavaScript next? I am still mourning pre-React GitHub. Maybe rose-tinted glasses, but it was so pleasant to use
For example https://diffs.com/ is built in React and it's basically instant.
Re: Shopify is moving from React Native back to Swift and Kotlin
#58We did the same thing - had 90% of it overnight. Then spent a few days in the background tweaking for polish. Our app is smaller, and has about 15-20 screens. I started at about 12:30am by giving codex a goal and it inventoried every screen based on the react native code, then created android and iOS directories, used maestro (I had already set up this tooling for a previous personal app build a few weeks prior), and…
And people say AI isn't taking SWE jobs...
Re: Shopify is moving from React Native back to Swift and Kotlin
#59Re: Shopify is moving from React Native back to Swift and Kotlin
#60If you put every company that needs/has an app on a spectrum, there is a line somewhere that roughly divides them into two groups: where Electron/React Native/etc. makes sense or not. It's just a normal engineering decision: solving problems given limited resources. Companies have different problems and different resources. I think people in the tech community have probably also noticed that it's rather popular to ha…