Тёмный

Mobile Devs Hate Servers. Expo Wants To Fix That. 

Theo - t3․gg
Подписаться 293 тыс.
Просмотров 68 тыс.
50% 1

Expo Version 50 has me really hyped. All mobile devs need to think about servers more, regardless of if they're on React Native, Swift, Objective C, Kotlin, Java, or even Flutter.
API routes are just the start - wait til you see what we have planned for UploadThing ;)
Expo V50 blog post: expo.dev/changelog/2023/12-12...
(Also - yes you can use this with both Vercel and tRPC. Very hyped about that)
Check out my Twitch, Twitter, Discord more at t3.gg
S/O Ph4se0n3 for the awesome edit 🙏

Наука

Опубликовано:

 

28 янв 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 230   
@micahkatz8878
@micahkatz8878 4 месяца назад
Expo added tailwind support? Very cool and deserves a video
@twitchizle
@twitchizle 4 месяца назад
What when where
@SinicalDevify
@SinicalDevify 4 месяца назад
Nativewind v4, the dev was hired by Expo iirc - Using it on a new project and it's missing a couple of things but it's pretty smooth
@ginbarato1178
@ginbarato1178 4 месяца назад
what? where does it says that?
@daphenomenalz4100
@daphenomenalz4100 Месяц назад
​@toparamennoodles9652 wait tauri supports native??
@alecdowning2520
@alecdowning2520 4 месяца назад
I would love a video about Tailwind officially being in Expo! I have an app styled with Nativewind, but it didn't support all classes, such as "gap" and some text-styles; I had to use a separate style={{gap: 8}} for components that needed a gap. Better support would be phenominal!
@owenwexler7214
@owenwexler7214 4 месяца назад
Co-signed… video on native Tailwind support please!
@heracraft5526
@heracraft5526 4 месяца назад
I second this
@jatiquep5543
@jatiquep5543 4 месяца назад
Me too 😢
@ethangreenfeld1578
@ethangreenfeld1578 4 месяца назад
absolutely! compare with tamagui
@KattKingstons
@KattKingstons 4 месяца назад
Samen
@Benni1000games
@Benni1000games 4 месяца назад
I don't know if I really agree with the "mobile devs have a disdain for servers" take. I've been professionally developing mobile apps for around 10 years now and the reason firebase is big is not only because it abstracts away a server but because it abstracts away a lot of pain points with stuff like cross platform push notifications, analytics, crash reporting, app distribution and authentication that we had to deal with in the past. Almost all mobile apps I have built still have a custom PHP/Java/TS server running somewhere as firebase alone is quite limiting and annoying to deal with for server stuff.
@happyjohn1656
@happyjohn1656 4 месяца назад
Exactly!!
@yudistiraashadi6643
@yudistiraashadi6643 4 месяца назад
This is amazing! It's cool that we are a step closer to RSC in mobile, but currently it doesn't really solve the problem of api versioning. Might as well build the api in GO or NextJS imo. But still very good first step.
@ekchills6948
@ekchills6948 4 месяца назад
I learn alot from your videos honestly. I'm really excited to learn react native with all these features I've seen from expo!
@seanblonien
@seanblonien 4 месяца назад
Definitely give it a shot, it's a blast! Do you have any ideas for what app you could build?
@ekchills6948
@ekchills6948 4 месяца назад
@@seanblonien Ikr alot of cool stuff! Plus easy uploads with uploadthing 🤭
@lynnwilliam
@lynnwilliam 4 месяца назад
Been doing Android and ios dev for 11 years. Its so specialized, i don't see this happening.
@seanblonien
@seanblonien 4 месяца назад
You mean don't see mobile devs adopting server endpoints for building RN/Expo Native apps? Why not? coming from a genuinely curious place as I have gotten into RN/Expo in the last year, and having a backend server out of the box sounds great to me. how do you manage your backend/server state/databases in your 11 years of development so far?
@Ferdziosz
@Ferdziosz 4 месяца назад
Another important thing to note is you actually can test your backend as you write it without the need to deploy it first, since you cannot connect to localhost when running expo app in development (or at least we didnt find a way). That was the exact painpoint we had when developing a mobile app with hasura backend a while ago. Even the simplest change in backend meant waiting few minutes for the backend to deploy, and only then you could see what bugs you made this time
@alexmachin1785
@alexmachin1785 4 месяца назад
This is definitely something to keep an eye on, looks really cool 😮
@mylesoconnor4149
@mylesoconnor4149 3 месяца назад
Likewise +1 to the native Tailwind stuff inside of Expo! We have a production app using rntwc which works very nicely, but are in the process of upgrading to Expo 50. Thanks for all this content!
@gregorydaggett7444
@gregorydaggett7444 4 месяца назад
I'm trying to learn how to code to create the website I want to. With this, I might also be able to develop the mobile app at the same time! Very excited to learn more about it.
@SulekSkelux
@SulekSkelux 4 месяца назад
I've been building mobile apps for 8 years now and I can't see this taking off at all for anyone who isn't already doing react native. There's no path to on-boarding mobile devs to using web dev tools. Going from complete IDE integration with build and deploy, to making a bowl of spaghetti of loosely related build steps with different CLI tools feels like going back a decade.
@alastairtheduke
@alastairtheduke 4 месяца назад
I don't think expo is really for native mobile devs.
@quintencabo
@quintencabo 4 месяца назад
Yeah @SulekSkelux makes sense
@Talk378
@Talk378 4 месяца назад
With expo it’s really not that bad anymore
@darren_baldwin
@darren_baldwin 4 месяца назад
And also you don’t want to push the need for a sever on mobile - you should be local-first when running an app on device.
@elvispalace
@elvispalace 4 месяца назад
​@@alastairtheduke???
@AndreiTelteu
@AndreiTelteu 4 месяца назад
How is this different than just installing vite or express inside my expo/react native project ? How does this help ?
@owenwexler7214
@owenwexler7214 4 месяца назад
I’m prototyping an Expo rewrite of my mobile app now… was about 40% ported to Ionic from the mobile app but I think dealing with the pain of pivoting the stack we use up front to another framework is worth it in the long run for the Expo Go DX alone especially now that Tailwind support is solid, and especially with these new backend features too.
@BassEffector
@BassEffector 4 месяца назад
Curious what plugins you used with Ionic. My biggest concern is having to rewrite all our BLE (Bluetooth Low Energy) and WiFi with React Native.
@nikitadobrov
@nikitadobrov 4 месяца назад
Why? Just why? 🫤
@owenwexler7214
@owenwexler7214 3 месяца назад
@@BassEffector I am pretty much just using Ionic/Capacitor as a shell for an adapted version of the web app, and also using Ionic's modals and popovers only. Not using any of their other components because they are too opinionated about design (for example, built-in padding that can't be removed on the select box). However, the Expo prototype is already not going well, and I literally started it. The way Expo/RN handles responsive image sizes utterly baffles me. Like, how does NextJS handle responsive images better than a literal mobile app framework? I think for this app I'm going to keep it on Ionic, but there are definitely some mobile-specific projects I would use Expo for in the future.
@alivaliev5152
@alivaliev5152 4 месяца назад
Won't it be simpler if whole api/ would be seperate thing? Why do I have to upload my whole expo project to vercel to just host backend?
@TalkingDonkeyz
@TalkingDonkeyz 4 месяца назад
defo gonna use this on my next project
@piezoelectric100
@piezoelectric100 4 месяца назад
being primarily a web dev, i would just throw up a lambda fn behind API Gateway via sst/serverless framework to handle mobile app endpoints. this for sure makes that easier since ive also grown accustomed to just using whatever api-route integration a lot of frameworks have built in these days. awesome stuff!
@aliadowz
@aliadowz 4 месяца назад
good to start, extremely expensive if scales
@piezoelectric100
@piezoelectric100 4 месяца назад
@@aliadowz thankfully, ive got 0 users 🙏
@alberjumper
@alberjumper 4 месяца назад
Genuine question: why not develop a REST API with you preferred framework (you can even use the Vercel Serverless if you want) and just use that from the mobile app?
@superakaike
@superakaike 4 месяца назад
Because front end devs are noobs with backends. No hate, just true
@RayfuzuLearning
@RayfuzuLearning 4 месяца назад
I was thinking the exact same thing
@igoralmeida9136
@igoralmeida9136 3 месяца назад
yeah it's not even that hard to do this
@fexxix
@fexxix 4 месяца назад
I don't make mobile apps but this really makes me want to try expo and react-native. Btw, I would love a video on both tailwind in expo and the expo router.
@seanblonien
@seanblonien 4 месяца назад
You don't make mobile apps *yet*, but if you're a web dev you can now easily make them since Expo has amped up their game in the last year -- I encourage you to give it a shot with a small app idea you have always had
@kaushikwavhal3403
@kaushikwavhal3403 3 месяца назад
This is a cool way to mock APIs response for e2e tests. And maybe .. just maybe you can write a few api proxies with this that can connect and get data from upstream services. This is assuming that you have a really thin node.js proxy.
@guillaumehuardhughes
@guillaumehuardhughes 2 месяца назад
Maybe it's ok for a small app. But weird for an api that could serve multiple apps. I mean it's nice that you can start one app that can do the mobile, the web and the server and it's even valuable if you are a solo dev. Not sure in a company who want to be able to scale things up.
@coreanoquant
@coreanoquant 4 месяца назад
Bit confused how deployment works for mobile apps. If one were to use expo-router then is /api the only one that gets hosted and everything else becomes the code for mobile application?
@perc-ai
@perc-ai 4 месяца назад
It’s just a lambda function that integrates with expo APIs which are primarily client side (js bundle)
@seanblonien
@seanblonien 4 месяца назад
yes. it actually is the simple. `+api.js` files are independent entrypoints for creating serverless/lambda functions the frontend app/JavaScript code has one entry point, typically `app/index.js`, and all of the code that file refers to is bundled (via Metro bundler) into the app bundle (and as of v3 of Expo Router, there is even some code splitting in the bundle, but practically speaking it's still one bundle, especially for Native platforms)
@pookiepats
@pookiepats 4 месяца назад
hi theo, curious if you prefer your home for content creation over your studio? I'm at a similar crossroads, wondering if you have any buyer's remorse or anything of the sort, cheers.
@codewithshriekdj
@codewithshriekdj 4 месяца назад
i use fastapi as backend which generates typescript code client from fastapi generated docs. which can directly be used in any js project including react native
@whit6119
@whit6119 4 месяца назад
I don’t get the the cross platform story with Next/vercel so if I have a web app that needs backend code and and mobile app that needs backend code I have to write the same backend code in 2 different places?
@bastianspirek2663
@bastianspirek2663 4 месяца назад
But what’s the difference between having two separate projects (the Expo App and an API, maybe using Node Express) and having both on the same project? What benefits does this bring?
@arjundureja
@arjundureja 4 месяца назад
As an iOS dev, I've never felt a "fear" of servers. It's pretty rare to find a medium-large sized mobile application without a server since it's required for basic things like authentication. There's even whole communities around running Swift and Kotlin on the server (Vapor and Ktor). I've only really seen tools like Firebase be used as the entire backend in mobile tutorials where the main focus is building the application UI rather than writing the server.
@ramanhalder3147
@ramanhalder3147 4 месяца назад
I created 2 apps with nativewind and used a node js backend. it was a vendor / client app kinda like uber. The only problem i am facing is that axios post takes a lot of time on some ios devices. Other than that i love using expo modules and tailwind styling
@popwizzyrossy1791
@popwizzyrossy1791 4 месяца назад
Please can we use Expo to create a react native into Production?
@balduin_b4334
@balduin_b4334 4 месяца назад
what about cookies? i have zero idea from react native / expo
@yohaneskustiadi9807
@yohaneskustiadi9807 4 месяца назад
very interesting, how to debug it though? How do you debug the server component on current device though?
@shanekeney3646
@shanekeney3646 4 месяца назад
Would love a video on Nativewind. I am building multiple apps with Nativewind v4 and hoping it gets stable released soon. Waiting on a fast refresh issue that is brutal and makes me reload like crazy.
@alejandroarciniegas672
@alejandroarciniegas672 4 месяца назад
Hey! mobile dev here, around 7 years in the making. I have worked on projects with react, tailwind and also deployed some nest.js backends for my own projects and in my humble opinion this for sure makes a huge difference. For quick and dirty prototypes we have always preferred Firebase and anything firebase couldn't do we would spin up a Cloud Function, which isn't crazy fast but gets the job done. Now this is a game changer. I see myself starting to use react-native with expo and handling backend routes for my apps's. Amazing.
@gofullstack
@gofullstack 4 месяца назад
You met the wrong set of Mobile Devs 🤣🤣🤣
@saadsiddiqui9151
@saadsiddiqui9151 3 месяца назад
What is the font style in his vscode?
@pieter-janscheir5618
@pieter-janscheir5618 4 месяца назад
Great that there is more focus on mobile/app development. Love these videos!
@kyrorb
@kyrorb 3 месяца назад
which browser are you using?
@sadmanyasar17
@sadmanyasar17 4 месяца назад
Looks cool, but I think seamless integration with Vercel SDKs will make it better, especially Vercel AI.
@Sancarn
@Sancarn 4 месяца назад
Problem I see with trying to get mobile Devs to care about the server is that servers cost money. If you're just creating an app 90% of the time you don't need a server.
@pehclark7256
@pehclark7256 4 месяца назад
Servers are useful when your app require a data comparison feature. Like Highscores, market value tracking or difference in price(eg costco and walmart etc)
@seanblonien
@seanblonien 4 месяца назад
I think this perspective is what Theo is missing the most -- mobile devs spending their time on UX, native components, cross-platform compatibility, and testing is EXACTLY WHY we use backend-as-a-service tools because we already spent 36 hours doing app dev. If I only have 4 hours for backend leftover, why would I choose to write my backend from scratch? My users don't give a shit if I wrote it from scratch or Firebase did it for me, they want a great app experience
@Sancarn
@Sancarn 4 месяца назад
@@pehclark7256 To be fair many of these things can be running off your home desktop too. The occasions where you actually need a server specifically for customers data is a little rarer. Mostly servers are required if you want: * multiplayer / real time collaboration (can also use P2P here) * distributed alerts/notifications/messages * to share or sell customer data * perform financial/sensitive transactions. * processing intensive tasks But to be fair, in most of these cases you would be better building a PWA or website anyway... Then you hit a large consumer base. The intersection between these things and actual apps which need to be on a mobile device is fairly limited. For instance an app activatable with google voice which stores and shares audio recordings of customers around the country.
@salman0ansari
@salman0ansari 4 месяца назад
when they added tailwind support ?
@landonyarrington7979
@landonyarrington7979 4 месяца назад
I didn't know that Vercel supports different languages in the `api` folder -- that's really cool
@shadmansudipto7287
@shadmansudipto7287 4 месяца назад
Learn a proper backend.
@landonyarrington7979
@landonyarrington7979 4 месяца назад
@@shadmansudipto7287 Not sure what you mean here? My job is a mixture of Node, Python, Go, and Rust backend/lambda/CLI code
@gokseningngr
@gokseningngr 4 месяца назад
waiting for the moment when Expo replaces Next :D
@elagrion
@elagrion 4 месяца назад
I'm running my api routes on Vapor. That are deployed via script added to xcode build pipeline. So far - extremely smooth. And no js ;)))
@anuragpramanik6095
@anuragpramanik6095 4 месяца назад
Tailwind with Expo!! Much needed video.
@gabrielbianchi2246
@gabrielbianchi2246 4 месяца назад
Am I hallucinating or did Theo change the title to place the server expectation to Expo
@razdingz
@razdingz 4 месяца назад
in 08:25 - the command typed was sanbox bunx ... What is this sandbox ? is it a NPM package ?
@Serizon_
@Serizon_ 3 месяца назад
Sandbox is the name of directory.
@NateLevin
@NateLevin 4 месяца назад
Would be cool to see a video on Tailwind for RN
@donirahmatiana8675
@donirahmatiana8675 4 месяца назад
bro that official tailwind & react native integration will be dope ❤👌
@dopunchman
@dopunchman 4 месяца назад
What name of the tool you are using in this video?
@frroossst4267
@frroossst4267 4 месяца назад
excalidraw
@wyndmill
@wyndmill 4 месяца назад
radical
@CiprianGoiceanu
@CiprianGoiceanu 4 месяца назад
f*ing awesome, for simple apps it's a great feature, is someone here currently builing a complex app with expo and api router ? curious how it runs
@cameronadams4366
@cameronadams4366 4 месяца назад
Does anyone know a React Native Full Stack boilerplate ? Wondering if Theo has done/will make one.
@ashron4472
@ashron4472 2 месяца назад
T3 turbo has that
@ProfessorThock
@ProfessorThock 4 месяца назад
this is amazing
@simonreggiani
@simonreggiani 4 месяца назад
What do you mean by SwiftUI with RN?
@arjundureja
@arjundureja 4 месяца назад
Was confused by that too lol. Two very different things
@seanblonien
@seanblonien 4 месяца назад
I think his argument is React Native was so successful at bringing a framework, increased standards, and improved developer experience to native app development that it "forced" the existing native languages/platforms (Swift) to respond with their own framework (SwiftUI) that decreased boiler-plate, increased standards, and improved on DX
@alt-thinking
@alt-thinking Месяц назад
would of loved to see how apis with security would work
@olivermarkey4441
@olivermarkey4441 4 месяца назад
AuthJS/NextAuth in react native??
@barbieroalex
@barbieroalex 4 месяца назад
thinking to move out from vue ecosystem to react ecosystem just for react native and now expo. thx for share
@seanblonien
@seanblonien 4 месяца назад
it's pretty nice! if you ever wanted to build that cool app idea of yours for iOS, Android, *and* web, it's quite fun to get into!
@micahburnside2281
@micahburnside2281 4 месяца назад
You keep saying “Mobile Devs” but I think you should just say react developers z
@codingzen869
@codingzen869 4 месяца назад
I don't really get it. Why the hell do you have to do this. It's way easier and clear to just make REST API and access from web, app or from mars if you want. Same thing without all these gimmicky looking stuff. What is the real benefit here?
@peterkyle_0125
@peterkyle_0125 4 месяца назад
Definitely talk about tailwind on expo 👍
@alexmercerind
@alexmercerind 4 месяца назад
You need to understand UI / frontend is only a part of mobile apps. There are background services, notifications, sensors, file system, broadcasts etc. etc. which mobile developers specialize in. There's no specific hate towards backend, but there are other concerns which they have more focus on. On the other hand, web development is simply frontend/backend. Also... C'mon API calls are no big deal.
@KyKiske420
@KyKiske420 4 месяца назад
imagine if theo got a low taper fade 🗣🗣
@susiebaka3388
@susiebaka3388 4 месяца назад
And a perm
@mangalegends
@mangalegends 4 месяца назад
I haven't had much exposure to mobile devs so I am also very surprised to learn that they don't like servers
@darren_baldwin
@darren_baldwin 4 месяца назад
Isn’t this just RPC or is it actually running a server?
@akasection
@akasection 4 месяца назад
If you put mobile devs faraway from backend, Im intrigued how far the distance between server to ol' school Desktop Apps 🙈
@AliYasir5247
@AliYasir5247 4 месяца назад
I like you man. you explain so good. thanks
@davidli8936
@davidli8936 4 месяца назад
Backend dev who’s never touched web ui/frontend at work. I have the exact opposite fear 😂
@IvanRandomDude
@IvanRandomDude 4 месяца назад
You shouldn't. It's fun
@donirahmatiana8675
@donirahmatiana8675 4 месяца назад
😂
@canalbomon
@canalbomon 4 месяца назад
React Native must have emerged as an attempt to make mobile close to the web, however the limitations (which make it security) of the web mean that mobile can build things beyond the web.
@keezy950
@keezy950 3 месяца назад
For those who do not understand the point, this is about shared codebases. It's the idea that you have everything in one place. Your entities and contracts all from a single file so in the need of changes you do it once and it reflects everywhere
@remiblaise
@remiblaise 4 месяца назад
Super cool
@starmorph
@starmorph 3 месяца назад
I wonder how many Webapps Theo has on his Vercel
@NuRRRL96
@NuRRRL96 4 месяца назад
Wait, so no need for PWA anymore?
@Tom11Technik
@Tom11Technik 4 месяца назад
I do mobile apps, just for myself, but I don't much like the React syntax, so I'm using flutter and I'm not even scared to use server for my use cases 😅😂 (Also I'm more like fullstack developer, then just frontend developer) and it's kinda pitty, that flutter for web is not real html, but on the other way this is the mind set of flutter to be able to run it on any platform as easy as it can gets, just create the underlying renderers and you are off the races not implementing wrapper for the underlying system
@nicoo1033
@nicoo1033 4 месяца назад
Flutter sounds really cool
@minhdung3532
@minhdung3532 4 месяца назад
Expo want to likely NextJS ?
@joshuagalit6936
@joshuagalit6936 4 месяца назад
Previous previous on expo about android is suck! Now let's try the new version on Expo if this work. 🤔
@bujitself
@bujitself 4 месяца назад
To me React Native is the best way of making apps 100 times more heavy for no reason
@seanblonien
@seanblonien 4 месяца назад
You're not wrong, considering Expo's web bundler only introduced code splitting just over 1 month ago... BUT they are definitely making strides in the right direction. I'm sure the template app would be like 1MB for web with the basic boilerplate in it, but that's also because 99% of the users/devs use it for native only. (I don't blame them, they are infact a native-first platform, and for good reason) That 1% is surely to grow however if Expo continues to bring familiar Next.js/web like standards to its ecosystem
@FirstnameLastname-cl4op
@FirstnameLastname-cl4op 4 месяца назад
it is true if you are using expo in react native, this is not a case with bare react native cli
@ChristopherCricketWallace
@ChristopherCricketWallace 4 месяца назад
Mobile devs hate servers because they don't want to be bankrupt by AWS traffic egress fees and they don't want servers as more surface area as an attack vector. They're trying to make optimized clients. The backend is a different beast with different skillsets. That's why Node and Vapor happened in the first place.
@PieJee1
@PieJee1 4 месяца назад
I noticed most frontend and mobile dev are not afraid of servers but are afraid of running servers in javascript. And so do many backend developers😅 i only found out nodejs servers have become easier
@matysw
@matysw 4 месяца назад
so expo is new nextjs for RN xd
@bogi3082
@bogi3082 4 месяца назад
Another opportunity to hear theo talk about Tailwind? Sure I'll take that.
@tehmhithorphehardhekheyhe9760
@tehmhithorphehardhekheyhe9760 4 месяца назад
First off ... you really gOtTa stop stuffing vercel down my throat mate, that said, ability to put any language in API directory is 🔥.
@nicolasguillenc
@nicolasguillenc 4 месяца назад
This is so cool!
@dzigizord6567
@dzigizord6567 4 месяца назад
Why would anyone use expo server and not any other well established tech
@sean1334
@sean1334 4 месяца назад
Think I’m just gonna write my backend api in python and flask
@sean1334
@sean1334 4 месяца назад
For the 0 people that asked, I ended up using Deno
@rotemnevgauker6984
@rotemnevgauker6984 4 месяца назад
Hi, i am a mobile developer and i don't hate servers :-) sure it's used to be some kind of dark magic back in the day , but now i am just enjoy building them left and right.
@BarakaAndrew
@BarakaAndrew 4 месяца назад
I don’t see myself ever doing this, process is just too long. I like splitting my backend stuff elsewhere entirely using Golang or Rust not node. React native separate from web as well otherwise I’m so limited in the packages that I use which I don’t like, also you sacrifice the UX too much to force native apps to work like web. Not for me
@Aaron-hg8jo
@Aaron-hg8jo 4 месяца назад
Mobile dev here. I would have put mobile devs way the other way. I love servers for absolutely everything. I always use servers when I can for everything. I've never met mobile devs like what you describe.
@runejensen3978
@runejensen3978 4 месяца назад
This will hit the GDPR barrier faster than you can blink. now all your requests run on a thirdparty server. Or did i miss something?
@aliarefjs
@aliarefjs 4 месяца назад
please create a video abut tailwind on mobile.
@CyberFreaked
@CyberFreaked 4 месяца назад
Oef javascript as backend :P painfull. Also i'm not always convinced of running serverless
@ES-eb6pb
@ES-eb6pb 4 месяца назад
this trend of moving backend code to the frontend is doomed to fail...
@edumorangobolcombr
@edumorangobolcombr 4 месяца назад
When we have React Native server components it will make a lot of sense . I just hope Apple doesn’t block it.
@seanblonien
@seanblonien 4 месяца назад
Aren't API endpoint routes exactly the opposite use-case from server components? If we had server components, you would do the data fetching/processing on server component side, then stream in the data. With API routes, that only really makes sense if you are on the client-side only and have to do all of your data fetching to the server because there is no ability to render components at all, and everything must be fetched.
@2012Accounts
@2012Accounts 4 месяца назад
Consuming http apis in native Android is painful. At least from my experience
@arjundureja
@arjundureja 4 месяца назад
There are libraries that make it trivial
@kamiljanowski7236
@kamiljanowski7236 4 месяца назад
I know, it's a skill issue that can be fixed over time, but I am yet to see a mobile dev that actually knows what they're doing with any form of backend. They don't know how to write an sql query. I have seen way too many apps from huge American companies that essentially download the entire huge DB at startup
@Bricefriha
@Bricefriha 4 месяца назад
I would disagree on that take as a mobile dev. I don't mind servers and, in organisations when, we commicating with the web team i notice we it seems to be more concious of the backend and server side. Just my experience thought. We also need more system knowledge in general. I used to be a web dev full time so I can confirm that too
@supernenechi
@supernenechi 4 месяца назад
Lol, you nailed mobile devs. They're designers that wanted to see their app built so badly they suffered enough to learn basic coding to do it. But pushing beyond the very very basics and further towards backend is something only VERY few of them do
@nicoo1033
@nicoo1033 4 месяца назад
He didn’t say that at all
@matthijszondervan7638
@matthijszondervan7638 4 месяца назад
As long as you need to make your own auth stuff I don't see it taking of.
@jovanjevtic1620
@jovanjevtic1620 4 месяца назад
Please Tailwind on the mobile
@kasper369
@kasper369 4 месяца назад
Quick Question, Why bother with RN when you can build PWAs?
@pehclark7256
@pehclark7256 4 месяца назад
hmmm, this look interesting.
@angelortiz-vk8ez
@angelortiz-vk8ez 4 месяца назад
Distributed systems are a nightmare. Welcome (?)
@juanmacias5922
@juanmacias5922 4 месяца назад
Okay, that was badass, fullstack mobile sounds great!
Далее
We Need To Talk About Ternaries
19:09
Просмотров 78 тыс.
I'm Coming Around To Go...
21:33
Просмотров 100 тыс.
Fudbol hozir vs avval😂
01:01
Просмотров 478 тыс.
MacBook Air Японский Прикол!
00:42
Просмотров 252 тыс.
AWS Fooled Devs & Sabotaged The Industry | Prime Reacts
21:47
Revisiting Server-Driven UI
56:17
Просмотров 3,7 тыс.
React Native just got better
16:51
Просмотров 30 тыс.
I think about this article a lot...
8:18
Просмотров 82 тыс.
Low Code Scares Me
7:24
Просмотров 91 тыс.
Flutter INSIDE React? react-native-skia is wild
24:18
Cool Tools I’ve Been Using Lately
23:11
Просмотров 165 тыс.
The Story of Next.js
12:13
Просмотров 546 тыс.
React's Next Big Change?
35:05
Просмотров 109 тыс.
TOP-18 ФИШЕК iOS 18
17:09
Просмотров 721 тыс.