Тёмный

Swift API Calls for Beginners (Networking) - Async Await & JSON 

Sean Allen
Подписаться 151 тыс.
Просмотров 77 тыс.
50% 1

Go to squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
Learning how to write network calls as a beginner in Swift can be daunting. I remember it taking me a long time to fully grasp them. In this video I break down the basics of how network calls work and introduce you to the concept of JSON (JavaScript Object Notation).
I show you how to download data from the GitHub API with a network call and display a basic user profile page using that data. For this we use Swift Concurrency with Async Await.
This tutorial was created using Xcode 14 and iOS 16.
My iOS Dev Courses:
seanallen.teachable.com/
iOS Developer Interview Questions Playlist:
• Swift Interview Tips
Twitter:
Sean Allen - / seanallen_dev
Hired.com:
hired.com/x/1n01g
Book and learning recommendations that help out the channel if you decide to purchase (Affiliate Links):
Paul Hudson's Hacking With Swift:
gumroad.com/a/762098803
Donny Wals - Combine:
gumroad.com/a/909014131
Mark Moeyken’s SwiftUI Books:
www.bigmountainstudio.com/swiftui-views-book/fzc51
Objc.io Books (Thinking in SwiftUI & Advanced Swift):
gumroad.com/a/656585843
#swift #softwaredeveloper #iosdeveloper
Timestamps:
0:00 - Networking in iOS Apps
0:32 - This is hard!
1:06 - What is JSON?
2:06 - Using CURL to test a response
3:39 - Open API, OAuth, API Keys - Out of Scope
4:14 - My 4 Step Process for API Calls
5:10 - Using JSON to inform your design
5:46 - Create Models from JSON
9:13 - Network Call Code
18:10 - Networking Code Review
20:02 - Using the network call
22:48 - Connecting the UI

Наука

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

 

25 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 165   
@seanallen
@seanallen Год назад
Want to dive deeper into iOS development? Check out my iOS Dev courses (UIKit & SwiftUI) at seanallen.teachable.com
@abdulrb786
@abdulrb786 11 месяцев назад
Really informative. If possible could you create a playlist for different type of network calls that you have encountered example of which are, dependent n/w call, paginations etc. And best ways to call them, such as using dispatch group etc. that would really help the Developer across globe as all the developer do make n/w all the time.
@FriendlyNeighborhoodBlindKiid
@FriendlyNeighborhoodBlindKiid 5 месяцев назад
Is there any way that you can share a link to that file, especially because it's just a single file? I'm blind so I can't follow along with the video super well. I love how you explain the concepts, but there's a couple things with the symbols and stuff that I want to get my computer to read.
@parkerrex
@parkerrex 8 месяцев назад
Coming from web world. Finally found a good creator for swift. Time to binge….
@seanallen
@seanallen 8 месяцев назад
Welcome 👋. Hope you enjoy!
@pattmehta5835
@pattmehta5835 4 месяца назад
bot 😂
@mingy7017
@mingy7017 Год назад
Thank you SO MUCH Sean this goes straight to the point and very informative and easy to follow the logic behind. Very very well conveyed! ❤
@seanallen
@seanallen Год назад
Thanks Ming! Glad you liked it.
@GouravSinghalMusiTech
@GouravSinghalMusiTech 6 месяцев назад
You should keep making videos... it should be a request from whole iOS community! Kudos to you!
@jaylensmith6308
@jaylensmith6308 11 месяцев назад
I’m moving away from completion-type networks calls and I am happy that this video is out
@seanallen
@seanallen 11 месяцев назад
Happy to help with this transition.
@ArthasFede
@ArthasFede 5 месяцев назад
Simple, quick and streigth to the point. Love this tutorial!! Thanks Sean! 🙏🏻
@seanallen
@seanallen 5 месяцев назад
Glad you liked it!
@bleulejour
@bleulejour Год назад
Best tutorial ever for Networking and API calls in Swift UI!
@AngleIron426
@AngleIron426 11 месяцев назад
I coded along and it worked beautifully! Learned a lot. Wonderful introduction to async and URL session. Thank you!
@iLoveAppl3947
@iLoveAppl3947 4 месяца назад
yeah i have watched 20+ videos about this topic and yet this is the only video that worked for me. Thanks bud
@seanallen
@seanallen 4 месяца назад
I was the same way when I tried learning network calls. It's a tough topic. Happy to hear my video resonated with ya!
@manwithllama
@manwithllama Год назад
9:45 Sean! I love that you talk about being confused [as a beginner] by things being all over the place in different directories/files. That happens for me too. This type of "compassion" is rare. So many teachers just assume, and don't have the ability-or don't care to-reach back into the past and remember what it was like to start out. Keep doing this. It sets you apart as a teacher. A professional writer friend of mine-who used to have an excellent podcast-said this all the time: "You're not alone." He peppered it in his writing. And often started articles that way. It was his go-to. Why is this so important? Because ultimately people feel alone. [Most won't admit it.] We want to belong. To know *you* struggled at one point just like I am today? That makes me included. Like i'm not just some idiot that will never get this. It's empowering: "I got this." Thanks again. Love learning from you (and @twostraws).
@SHOLINGER
@SHOLINGER 4 месяца назад
bro your twitter handle ? and that comment was very nice of you !
@tharindudarshana6480
@tharindudarshana6480 11 месяцев назад
Thank you ! I'm learning swift as an experienced Spring/Java developer and your tutorials help me to grab the fundaments of Swift with actual functionality which is interesting to follow. Simply great & please keep up posting
@seanallen
@seanallen 11 месяцев назад
Glad you like them!
@mario_luis_dev
@mario_luis_dev 11 месяцев назад
I’m on the same boat as you! Spring -> Swift. Really digging everything about Swift development so far, I only wish I had jumped into this sooner!
@thanasisathanasi4965
@thanasisathanasi4965 6 месяцев назад
I am mostly a web developer using Javascript, PHP, MySQL and Apache server and I developed my own framework using these tools. I have decided to expand my framework to handshake with Swift and Kotlin ecosystems so I can develop apps that communicate with my other framwork! This video was my starting point. !! Thanks
@cheeesecake6989
@cheeesecake6989 10 месяцев назад
Thanks so much. It is true - for a beginner having all the code in one place makes it easier to understand.
@patgoo2
@patgoo2 9 месяцев назад
Very good training video and an important training video to watch. I like how you demonstrate network calls and syncing the API data, coding the JSON, and creating a starter page all on one Xcode file. This makes it much easier to follow.
@seanallen
@seanallen 9 месяцев назад
Glad it was helpful, Pat!
@samr.4692
@samr.4692 Год назад
Great video. Covered multiple subtle but important topics. Thank you.
@seanallen
@seanallen 11 месяцев назад
Glad it was helpful!
@ouadiae2706
@ouadiae2706 Год назад
i was looking for something like this for ages, thank you
@seanallen
@seanallen Год назад
Happy to help!
@ash_9651
@ash_9651 11 месяцев назад
sean thank you soooo much, this cleared up a lot for me. i love how you progessivly recap the code it really helps me understand!
@seanallen
@seanallen 11 месяцев назад
Glad it helped!
@davidcbeaudoin
@davidcbeaudoin Год назад
I've been doing Apps with network requests for a while, but I haven't messed around with using async await yet. This lesson will be really useful for trying to apply it in a new App I'm building. Thank you for a clear explanation as always!
@seanallen
@seanallen Год назад
Glad you liked it, David!
@SB-jq4jc
@SB-jq4jc 9 месяцев назад
You explained this so well! Thank you for this!
@seanallen
@seanallen 8 месяцев назад
Glad it was helpful!
@KalDillard
@KalDillard 10 месяцев назад
Thank you! I started out learning iOS until I went to Flutter! I’m looking to learn more Native iOS and you made this easy for me. This is pretty similar to making network calls in Flutter.
@billblair3155
@billblair3155 15 дней назад
Good stuff Sean. Thanks much! One of the best presentations I've seen. And I've seen a lot. Thx again.
@WestCoastAce27
@WestCoastAce27 Год назад
Great job. So much easier than the Obj-C. If you haven’t, since you brought it up, you might do a pros/cons video on multiple files. I’m sure there are going to be many opinions on ‘how big is too big’ for 1 file.
@MassonLifestyle
@MassonLifestyle 4 месяца назад
Great video. I suspect I will be saving this and watching it a couple of times. Thanks!
@seanallen
@seanallen 4 месяца назад
Glad it was helpful!
@hustlerking4295
@hustlerking4295 Год назад
Thank you! Thank you! Thank you! Very helpful video! Much wanted!
@mranjithamranjitha6724
@mranjithamranjitha6724 6 месяцев назад
Ur notes&teaching is very clearly... thank u
Год назад
Thank you so much. I didn't know that we can also use async await keywords on Swift and on networking. I was doing my all networking codes with dataTask. It gave me a new perspective. Also It's nice to see Paul here too.
@seanallen
@seanallen Год назад
Happy to show you something new!
@user-wk8tq8qc1p
@user-wk8tq8qc1p 5 месяцев назад
Nice! Very detailed explanation. I am a seasoned software engineer just getting my hands dirty with Swift, and all of these concepts make a lot of sense to me. Thanks.
@seanallen
@seanallen 5 месяцев назад
Glad it was helpful!
@kal5211
@kal5211 11 месяцев назад
Excellent tutorial! Thanks Sean.
@seanallen
@seanallen 11 месяцев назад
Glad it was helpful!
@dineshdas9983
@dineshdas9983 Год назад
What a video🤩 , Im very much happy to watch this video, 25 minutes goes like a minute great tutor i ever had
@seanallen
@seanallen Год назад
Glad you enjoyed it!
@rmessentials4048
@rmessentials4048 5 месяцев назад
This is a nice and inspiring tutorial. Thanks for the video SeanAllen I will definitely watch it again.
@seanallen
@seanallen 5 месяцев назад
Glad it was helpful!
@user-uy8rw4yw1t
@user-uy8rw4yw1t Год назад
It's the best video about network calls !!!
@seanallen
@seanallen Год назад
Glad you liked it!
@antoniovuono4521
@antoniovuono4521 Месяц назад
The best tutorial i already see ! very usefull, thanks dude !
@FranciscoHernandez-ij3kd
@FranciscoHernandez-ij3kd 4 месяца назад
Thank you Sean, I appreciate your work.
@seanallen
@seanallen 4 месяца назад
My pleasure!
@rodrigorgpsk8
@rodrigorgpsk8 Месяц назад
What an amazing video! With that I did make a small app with navigation views to check bio and followers in order to get more expertises about async api calls and screen navigations! Thanks Sean! Keep doing these awesome videos! 😎
@crackedpistachio6001
@crackedpistachio6001 7 месяцев назад
You are a legend man
@seanallen
@seanallen 7 месяцев назад
Haha, happy to help :)
@taylorenglish6237
@taylorenglish6237 3 месяца назад
Thank you for the clear video!!
@seanallen
@seanallen 3 месяца назад
Happy to help!
@Bobin13
@Bobin13 7 месяцев назад
OG video, Thanks for the help.
@seanallen
@seanallen 7 месяцев назад
No problem!
@absar66
@absar66 Год назад
Great refresher..Thanks Allen
@seanallen
@seanallen Год назад
Happy to help.
@ericka.montanez6821
@ericka.montanez6821 6 месяцев назад
Fantastic explanation.
@marinab.6647
@marinab.6647 Месяц назад
omg this worked!!! thank you!
@seanallen
@seanallen Месяц назад
You're welcome!
@jkeee
@jkeee 11 месяцев назад
Thank you man, you are the bestest
@sebasyanni1258
@sebasyanni1258 3 месяца назад
Im taking the course of angela, basics of swift. And i look up for your videos to have a certain idea of what im going to see so im not fully lost haha. Thanks for sharing your knowledge
@seanallen
@seanallen 3 месяца назад
Happy to help!
@umairnazim3565
@umairnazim3565 4 месяца назад
Amazing explanation
@seanallen
@seanallen 4 месяца назад
Glad you liked it
@bklyntrev6774
@bklyntrev6774 Год назад
My guy 💪🏿
@LazarofShalev
@LazarofShalev Год назад
thank you sean!
@filipecanzi
@filipecanzi Год назад
Thanks Sean!!
@ivanmatkovic
@ivanmatkovic Год назад
Excellent content. Truth be told, I'm not a huge fan of excessive do { } catch blocks as they tend to make me anxious for some reason 😅. I usually lean towards using closures or creating wrappers around do/catch, maybe it's just a force of habit. However, each new release of Swift & SwiftUI seems to be improving tremendously. I'm optimistic that they'll soon address the navigation issues - I'm aware of NavigationStack, but sadly it's only compatible with iOS16+ and I haven't had the chance to try it out yet. A minor suggestion for this kind of videos would be to include a gist with a code in the description.
@AbdeliOS
@AbdeliOS Год назад
This is a gold one!
@seanallen
@seanallen Год назад
Glad you enjoyed it, Abdel!
@user-qi8pw4bv4u
@user-qi8pw4bv4u Год назад
Hello from Ukraine. Nice stuff! Thanks a lot for sharing your knowledge and wisdom! Keep it going! You are great!
@seanallen
@seanallen Год назад
Glad you enjoyed it!
@bosch5053
@bosch5053 Год назад
Helpful!
@mr.sergio8773
@mr.sergio8773 Год назад
Thank you for the video. I would like to know more about Network Calls. How to work with an array of users?
@AvantjerTube
@AvantjerTube Год назад
Thanks, Sean 🙏
@seanallen
@seanallen Год назад
No problem, Jerry.
@cylenunemaker2444
@cylenunemaker2444 2 месяца назад
fantastic video
@seanallen
@seanallen 2 месяца назад
Thank you! 😃
@edwardhasted3849
@edwardhasted3849 Год назад
Many thanks for tackling the real world example that is the most likely bottle neck for Async Await in a workable entirety.
@seanallen
@seanallen Год назад
Happy to help!
@MegaOlzo
@MegaOlzo 11 месяцев назад
Thank you!
@seanallen
@seanallen 11 месяцев назад
You bet!
@viniciushenriquepellegrini3534
@viniciushenriquepellegrini3534 7 месяцев назад
thank you !
@seanallen
@seanallen 7 месяцев назад
You're welcome!
@user-uo9nx4tz8u
@user-uo9nx4tz8u Год назад
The best of the best .....:)
@seanallen
@seanallen Год назад
Thanks for the kind words :)
@CostyaT
@CostyaT Год назад
My first time watching your videos with 29 comments. Thanks for new video 😅.
@seanallen
@seanallen Год назад
Thanks for watching :)
@JRHague
@JRHague Год назад
I would like to see how people typically handle tests with network calls. Would there be test to see if the api your calling has changed and would you make a dummy service that mimics the api for your own tests?
@muhammednadeemma3553
@muhammednadeemma3553 9 месяцев назад
Hi Sean, Out of subject can we create an xcframework with third-party dependencies like Alamofire, lottie-ios etc..
@alinusari2033
@alinusari2033 2 месяца назад
Thanks so much. It worked, but How can I edited for an array json data?
@alexsalinas2733
@alexsalinas2733 6 месяцев назад
Amazing content, was able to follow along and replicate the code. Would greatly appreciate it if there is a follow up video regarding oauth API calls to fetch and refresh access token, thanks again for the great content.
@DivyanshArya-bc2dx
@DivyanshArya-bc2dx Месяц назад
As an flutter developer swift is amazing
@ssaai
@ssaai 9 месяцев назад
please make video about access and refresh token, Where to save in the iOS, how to call the api
@Moch117
@Moch117 3 месяца назад
Hey Sean, where do you make the API calls ? It seems like a lot of tutorials online show it in the view model but others say to make the call in the Model layer.. This is for MVVM architecture
@thomasfrank8379
@thomasfrank8379 10 месяцев назад
Do you know how to get the redirect url when getting status code 301? I need to add query items to the new url. Thanks :)
@andreim7808
@andreim7808 Год назад
Hi Sean! What are your thoughts on iOS development vs QA automation? Any ideas what the future holds for iOS developers for 2024 job market is US considering all the recent massive layoffs in the big tech? Trying to make a decision here, as I think QA market is over saturated at this point... Thanks!
@NathanBudd
@NathanBudd 6 месяцев назад
This is a very well explained video. Do you have one that includes auth and how to save tokens using SwiftUI? Either in a video, or one of your courses?
@seanallen
@seanallen 6 месяцев назад
Thanks. Glad you liked it! I don't have a video or course that covers saving tokens, unfortunately.
@user-si4bh4dl4r
@user-si4bh4dl4r 4 месяца назад
cool video)
@seanallen
@seanallen 4 месяца назад
Glad you liked it!
@victorriurean
@victorriurean Год назад
🔥
@omerklbkr
@omerklbkr Год назад
I was waiting for the second API call with Array json. Do u gonna make it ?
@nexj4904
@nexj4904 5 месяцев назад
What is the best way to handle null responses from the server? my bio was null and it failed to parse the data.
@killua3939
@killua3939 Год назад
Been unemployed for 2 months and been actively looking for Swift / React native jobs but the demand is so small this year because of the no-to-low code app builders. its really frustrating pursuing ios beyond.
@airysm
@airysm Год назад
Could async await be used with uikit too?
@Olden2610
@Olden2610 Год назад
Hey Sean, great video as always! As an experienced developer wanna ask you - do you think it's okay to use classic Result in closure way of network request instead of async/await in new UIKit based apps? I tried to use async/aways and it didn't feel much better, still need to wrap this code in Task, call it with and expect response asynchronously. What do you think? Due to i currently making new app from scratch, and still feeling unease cause i use UIKit :D And not using async/await is making me feel like those ObjC devs i was looking at when i started iOS 5 years ago
@seanallen
@seanallen Год назад
My opinion is that it's perfectly fine to use the classic closure based way of doing network calls. Async/Await has its benefits and is more "modern". But at the end of the day... as long as your code works and the codebase is easy to read and work in.. you're all good as far as I'm concerned.
@BeyzilMusics
@BeyzilMusics 9 месяцев назад
My brain hurts, thanks for the video!
@seanallen
@seanallen 9 месяцев назад
You're welcome
@4bctrujillog1112
@4bctrujillog1112 Год назад
Hi! I really like your videos! You are my iOS university so thanks. Could you make a video about the same thing but using Alamofire? Thank you.
@seanallen
@seanallen Год назад
Glad you like my content! I haven't used Alamofire since 2016. Unfortunately, I'm not familiar with it anymore.
@4bctrujillog1112
@4bctrujillog1112 Год назад
@@seanallen don’t worry Sean! Thank you so much for responding to me. Never stop please, I’m from Spain but you are literally the best teacher.
@ccstreams7706
@ccstreams7706 5 месяцев назад
i get so many errors in swift since it works so differantly from other programming languages. what is the best method to debug? for example when a FOREACH accepts arrays and i where to print that 0..
@moku7787
@moku7787 4 месяца назад
hi i want to ask something, i already have APIService, model data and already call API like image, text to UI but i need to call link from API with hyperlink text. like example a text (Read more) clickable but the link from API, how to call it?
@soheilpakgohar6630
@soheilpakgohar6630 3 месяца назад
awesome
@seanallen
@seanallen 3 месяца назад
Glad it was helpful!
@mkb18577
@mkb18577 4 месяца назад
I tried to recreate this exactly as done in the video to test myself. I can only get it to show the placeholders. It won't pull up any user info? Any ideas why?
@danyjamous5986
@danyjamous5986 4 месяца назад
Does someone know why is try not in a docatch block at : 12:09
@DarylMarcano
@DarylMarcano 3 месяца назад
how can i use this for an array of users?
@fattoofittoo7907
@fattoofittoo7907 9 месяцев назад
how to fix "Function declares an opaque return type, but has no return statements in its body from which to infer an underlying type" i create exactly like video but got this one error, already google it cant really found the solution.
@mirzausama7458
@mirzausama7458 Год назад
Great sir please make more video on api using uikit
@hamzahimi1681
@hamzahimi1681 Год назад
is there any difference between doing in swift ui or core swift
@seanallen
@seanallen Год назад
SwiftUI is a user interface framework. Swift is a programming language.
@AvantjerTube
@AvantjerTube Год назад
FYI... When I tried using my own account url, ending in "avantjer", the app was showing only placeholders for all three fields (but no errors). I discovered that I had no "bio" on GitHub. ("bio": null) Once I added a bio to my GitHub account, everything worked fine. Interesting that I wasn't at least shown my login, and avatar, even though I had no bio. Maybe Codable "silently" failed because "bio" was null?
@AvantjerTube
@AvantjerTube Год назад
The code can be updated to handle cases in which the user has no bio. Just make "bio" an optional struct GitHubUser: Codable { let login: String let avatarUrl: String let bio: String? }
@vanylaskywalker
@vanylaskywalker 11 месяцев назад
How would you persist the downloaded JSON data using SwiftData?
@seanallen
@seanallen 11 месяцев назад
I haven't worked with SwiftData yet, but this is a larger topic that would require another video. Can't be answered in a comment.
@DavidShaw-dc4re
@DavidShaw-dc4re 11 месяцев назад
It fails for me and I get invalid data error code., but a return of 1385 bytes My raw data has twostraws's data response, i can read clearly but my code fails EDIT: The problem was my struct GitHubUser had avatar_url rather than avatarUrl
@gjermundification
@gjermundification Год назад
Maybe I'll start playing with async await now.
@seanallen
@seanallen Год назад
Let me know what you think!
@vazzhh
@vazzhh 11 месяцев назад
its ok. I understand. but i try to use a JSON from Woocommerce. ( products, price, description ) but not working. i dont know whats the problem
@eldarkulic4834
@eldarkulic4834 Месяц назад
maybe it's what he mentioned on the start (auth)? did you solved your problem?
@shippoboston7974
@shippoboston7974 11 месяцев назад
Literally I watch your videos the past week and realized I wasn't subscribed. Shame on me!
@HussainAli-bf5vw
@HussainAli-bf5vw Месяц назад
I want the same tutorial for swift not SwiftUI 🥺
@Jan-fn7yd
@Jan-fn7yd Месяц назад
All the network logic is plain swift.
@rahuljamba5846
@rahuljamba5846 Год назад
Thanks for sharing
@seanallen
@seanallen Год назад
Happy to help, Rahul.
@thematrix2829
@thematrix2829 9 месяцев назад
Good work
@seanallen
@seanallen 9 месяцев назад
Thanks!
@joshuascorca550
@joshuascorca550 10 месяцев назад
Hi Sean, Thanks for the video! Question: Why don't you need to wrap this line in a "do catch" ? let (data, response) = try await URLSession.shared.data(from:url)
@TheWealthyIdiots
@TheWealthyIdiots Год назад
Great video! How would you handle passing request states like “loading” back to the UI? This variable will change a couple of times during the process so you couldn’t just pass it back as a return from your request, so just curious how you would handle it.
@TheWealthyIdiots
@TheWealthyIdiots Год назад
I guess you could just add it before and after the await call 🤔. That would work I think.
@seanallen
@seanallen Год назад
Yeah, that's how it's typically handled. I usually use something like an "isLoading" boolean that gets flipped to true right before the API call, and then flipped back to false when the API call returns.
@TheWealthyIdiots
@TheWealthyIdiots Год назад
@@seanallen I ended up doing this and adding a activity progress view to my button. It came out great! Thank you!
@samha1513
@samha1513 Год назад
What is the difference between the URLSession.shared.data() vs URLSession.shared.dataTask()?
@bijayaadhikari442
@bijayaadhikari442 Год назад
with data(), you will get data and response in tuple or individual if need, whereas with .dataTask you will get data, response and error to be handled and return is task which need to be resume like task.resume().
@seanallen
@seanallen Год назад
It's also the difference between the old closure based way of doing network calls and using Swift Concurrency and async await.
@samha1513
@samha1513 Год назад
So if you have more complex json and more customization use dataTask() ?
@alextoma402
@alextoma402 9 месяцев назад
I was so shook when you just wrote this code out and basically didn't explain any of it: guard let response = response as? HTTPURLResponse, response.statusCode == 200 else { throw GHError.invalidResponse }
@ianfrye8988
@ianfrye8988 8 месяцев назад
Me writing a network call in python in 3 lines 🫣
Далее
Спасибо Анджилишка, попил😂
00:19
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Просмотров 1,1 млн
Mama Bear Helps Babies Across Road
00:30
Просмотров 1,3 млн
What is JSON - JSON Parsing in Swift
24:15
Просмотров 73 тыс.
Expert Advice to Learn iOS Dev & Swift FAST
1:04:52
Просмотров 37 тыс.
Learn the Essentials of Swift in one hour
58:14
Просмотров 174 тыс.
That's NOT How Async And Await Works in .NET!
12:25
Просмотров 16 тыс.
The Story of React Query
8:55
Просмотров 89 тыс.