I'm sure this observation was probably made tens of thousands of times before, but- is the React Native and frameworks like it the beginning of the end of the "native vs. mobile web" debate? A synthesis of both approaches?
Developing Our First iOS App with React Native
11–20 of 135 posts
Re: Developing Our First iOS App with React Native
#12Still, how do you get hired as a lead mobile dev without having and native platform skills? The entire development world has gone tits-up in the last 10 years. It's all about nonsense package management for JavaScript libraries (why can't I just include a .js off a cdn? npm? What the actual fuck?), and an endless stream of disparate components which are often ill-supported, or just plain ditched after they've had the…
Re: Developing Our First iOS App with React Native
#13I'm sure this observation was probably made tens of thousands of times before, but- is the React Native and frameworks like it the beginning of the end of the "native vs. mobile web" debate? A synthesis of both approaches?
Re: Developing Our First iOS App with React Native
#14Still, how do you get hired as a lead mobile dev without having and native platform skills? The entire development world has gone tits-up in the last 10 years. It's all about nonsense package management for JavaScript libraries (why can't I just include a .js off a cdn? npm? What the actual fuck?), and an endless stream of disparate components which are often ill-supported, or just plain ditched after they've had the…
The successful ones realize this and adapt.
Re: Developing Our First iOS App with React Native
#15> Learn once, write anywhere What's most amazing to me about React Native was how quickly we were able to go from idea to product (~3 months working only part-time) using our existing knowledge as web developers. We did have to write a few lines of Objective-C here and there, but for the most part all of the views and interactions fell together the same way a webapp would.
Re: Developing Our First iOS App with React Native
#16Still, how do you get hired as a lead mobile dev without having and native platform skills? The entire development world has gone tits-up in the last 10 years. It's all about nonsense package management for JavaScript libraries (why can't I just include a .js off a cdn? npm? What the actual fuck?), and an endless stream of disparate components which are often ill-supported, or just plain ditched after they've had the…
Re: Developing Our First iOS App with React Native
#17> Not knowing Objective C or Swift I think this is a key phrase here. I'm writing a RN Android app without knowing much about Java.
Have you run into any gotchas? I am thinking of doing the same thing for a simple app.
Re: Developing Our First iOS App with React Native
#18I'm sure this observation was probably made tens of thousands of times before, but- is the React Native and frameworks like it the beginning of the end of the "native vs. mobile web" debate? A synthesis of both approaches?
Re: Developing Our First iOS App with React Native
#19Re: Developing Our First iOS App with React Native
#20To quote the author: "We're web developers, not iOS developers." EXACTLY, don't bring your web tech into native platforms, learn to do it the right way or just hire someone who knows how to do it.
Seeing things like that creeping into becoming a norm makes me cringe