@BHolmesDev Any typed compiled language will do IMO. JavaScript devs are so far removed from type awareness that a lot of concepts get lost in translation
@JoshWComeau For the multiple state var updates, I tend to consider that a need for useReducer over useState. This allows a couple things:
- Batching 1 or more state updates to single actions
- Single place for state mutation (vs. the balancing act of useHooks for each state
@simonbs@stroughtonsmith I have to disagree that it would be considered *way* easier. There’s many factors to consider: promos, Re subscriptions, purchases and subscriptions independently, etc…. Apple does already allows a list of subs to be purchased directly in AppStore
@kohidave @clare_liguori My only problem is it’s not very intuitive. Once it all works I’m so happy, but anytime I have to get in there to figure out wtf broke I have to relearn the system.
@meggsila I’ve forced myself to use Xcode as my primary source control for apple platforms. However, I still have to jump in the terminal when things get tricky: rebasing, certain conflicts, etc…
@codingmilf Dropped out of college after second year, read a book on building iOS apps. Ended up dropping out of college and finding an iOS dev job for 15hr (salary). 12 yrs later I’m now at the same place making 6 figures and have grown to director of fullstack.