Skip to content

Commit d337cc8

Browse files
authored
Merge pull request #45 from pvinis/patch-1
typo
2 parents 34fc2b8 + d433532 commit d337cc8

File tree

1 file changed

+1
-1
lines changed
  • content/posts/2025/06/01/ios-app-architecture

1 file changed

+1
-1
lines changed

content/posts/2025/06/01/ios-app-architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There are other key reasons to re-implement though. The team you have may devs _
3333

3434
But Puzzmo is a pretty JSON parser, most of the code in this platform (~200k LOC of TS) is outside of running games (~80k LOC of TS) and replicating huge chunks of that in each language and platform is asking for bugs, process and time to ship stuff. I'd like to keep those things all as low as possible. So, I knew I'd be looking for an abstraction.
3535

36-
When I starting working on Puzzmo, I created [a 12m video](https://youtu.be/2NItowAgfNA) where I talked thought my logic on choosing React Native Web as the base for Puzzmo's front-end. I felt like it was a good option from a set of trade-offs. So, I started the codebase using [Expo](https://expo.dev) (a set of extra tools on top of React Native) and while it was just me writing the code, I regularly would Expo's [EAS](https://expo.dev/eas) to create native builds for running a mini-[testflight](https://developer.apple.com/testflight/) experience with Zach.
36+
When I starting working on Puzzmo, I created [a 12m video](https://youtu.be/2NItowAgfNA) where I talked through my logic on choosing React Native Web as the base for Puzzmo's front-end. I felt like it was a good option from a set of trade-offs. So, I started the codebase using [Expo](https://expo.dev) (a set of extra tools on top of React Native) and while it was just me writing the code, I regularly would Expo's [EAS](https://expo.dev/eas) to create native builds for running a mini-[testflight](https://developer.apple.com/testflight/) experience with Zach.
3737

3838
And for a time, it was good.
3939

0 commit comments

Comments
 (0)