Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
React Native is surprisingly fast to prototype as long as you don't need to interface with specific complicated packages. I think I could cobble something decent together in 120 working hours.
-
This assumes of course that you already have the basics pinned down and met most of RN's footguns in mature projects, and that you don't have to do anything super advanced like construct predefined FS structures or respond to custom intents.
-
Because it's just JS, things that sound complicated like authentication are actually quite simple, and complication mostly arises from advanced platform integration that would be simpler if you went native (and of course knew how to make a native mobile app, which is a WAY higher bar than React Native).
-
Tounai12791y@lorentz Even now I wouldn’t commit to that kind of deadlines. 3 weeks is a very short time if you think about it, especially when you start from scratch and try to build something production Reddit. I am pretty sure that 140h of code straight would produce something decent though, however this is in an ideal world without interruptions, doubts, changes of plans, useless meetings, edge cases, etc
-
@Tounai If production ready then according to a previously written specification where any change request incurs a dev-specified delay, and the server already has to be there. Then I'd probably take it.
-
@Tounai that’s a satanic deadline for a junior. Would they expect a senior to write Zelda Tears of the Kingdom in 3 weeks? I bet they would….
Related Rants
-
lungdart7My CTO told the COO and CEO i'd be finished SOC2 compliance by the end of December... On December 14th. It ta...
-
kiki8The most unrealistic deadline? Okay, here it goes. For context, this is one of my earliest jobs, and I’m act...
-
GiddyNaya7Once, I overheard a conversation between my former PM and a client during a phone call. Client: I will send t...
3 weeks to make a full mobile application. As a junior. Beat this.
rant
wk385