Great, I can now add 5 years of RxJS experience in my CV, thanks!
@fieryscorpion Жыл бұрын
lol yea
@AdegbengaAgoroCrenet3 жыл бұрын
The best breakdown of RxJS I have ever encountered. After the video, I was able to seamlessly explain it to others. I was looked upon with awe, that's all you man
@jay_wright_thats_right8 ай бұрын
@@congdatt stop being racist. He's not your bro.
@Abelhawk2 жыл бұрын
This was insanely helpful. Here I am at work trying to wrap my head around this for hours and that burger metaphor... well, I'm still trying to wrap my head around it but that made a ton more progress than any of the other videos I've seen today. Thanks so much!
@BrianKoudijs2 жыл бұрын
Great work! This is the second video I've watched from you, and I must say that it's incredible. The pace, the way of explanation, the examples. Awesome. Now I understand the basics of RxJS!
@BrianKoudijs Жыл бұрын
@@avasdv thanks for replying on a comment one year later! Maybe it's your opinion but I really don't care... Maybe just comment directly on the video instead of commenting on my comment...
@bingyuewang87703 жыл бұрын
Really love the burger shop idea! Helped me understand rxjs in a flash! Thank you
@bacon374603 жыл бұрын
Let me say, it's the best video I have ever seen explaining RxJS. Thanks man, you rock!
@susheelyadav61432 жыл бұрын
Best video I have ever seen bro. What a selection of example which makes a clear path to understanding the concept without any confusion in mind.
@sshisab Жыл бұрын
This is the best video to understand RxJS in simplest term possible. Can't thank enough :)
@hamzahahmad16703 жыл бұрын
Your channel is very underrated. Keep grinding man, your videos are awesome and you tackle some great topics
@psykkou38202 жыл бұрын
Had a bit of trouble understanding the concept of Rx, your explanation made it clear for me, thanks a bunch :)
@sammiee39633 жыл бұрын
This is the best on RxJs video I've ever come across. You rock Laith. 👍
@pcr139317 ай бұрын
This was Amazing, your example which gives an analogy of the operators is just spot on. Thanks for uploading this
@artemis_32452 жыл бұрын
That's an amazing course, sir! Rxjs very clearly explained. Kudos to you!
@alissontsdev25663 жыл бұрын
Thank you so much. Best video about RxJS I found here on KZbin
@md.redwanhossain628811 ай бұрын
One of the Best video for RXJS. P.S: pluck operator is now deprecated. just use map instead of pluck.
@okeagi-tuedor59352 жыл бұрын
This is arguably the best rxjs course on KZbin. Thanks.
@fieryscorpion Жыл бұрын
Great video. Thank you! And thank you again for including link to your GitHub example repo.
@coolmohan3 жыл бұрын
58 minutes well spent. Thanks heaps.
@ritachoudhary84042 жыл бұрын
Great content. Best video I have watched on the Rxjs topic. You have made it simple to understand to anyone. Thanks for uploading this video. And I am glad that I find your channel. Kindly Post more videos on RXJS topics, mostly describing the different operators.
@davidedet14392 жыл бұрын
Loved it. Loved the burger shop explanation. Spot on. Thank you!!!!!
@sergiim56013 жыл бұрын
Very nice content! Keep making videos of this quality, and you gonna get to 100k subscribers in no time !
@laithacademy3 жыл бұрын
Thank mate! Once I reach 100k, I have special things planned for the channel. Hopefully I reach it soon
@yassineaker2 жыл бұрын
Thanking you is far less than what you deserve. This is probably the best explanation for a subject I've ever watche.
@MuhammadSaqib075 ай бұрын
This video offers a clear and comprehensive understanding of RxJS. I will surely suggest to my fellows.. Thank you Laith Academy
@Mirzly3 жыл бұрын
Awesome example! I'd also like to add to a pipeline that a chef can ignore any order that is the same as a previous one (distinctUntilChanged). It may only take certain number of orders (take/takeUntil) or pause existing until he is back from break (skip/skipWhile). or delay (delay/debounceTime) until some point. If there is another order for fries, the chef can combine it and the burger together (mergeMap) or send one after the other (concatMap) and do million other things as it's a really impressive library (RxJS).
@laithacademy3 жыл бұрын
Thanks for these additional details :)
@a.c.63444 ай бұрын
Absolutely outstanding work! You just got yourself a new subscriber.
@syedabbas412210 ай бұрын
Amazing analogy, amazing explanation, you just saved me hours of time. I think I have an amazing understanding of what RxJS does. Thanks a lot.
@hamidabdolrahimi46062 жыл бұрын
Best video I've watched about RxJS. Thanks bro, keep it up!
@dawidkostka13462 жыл бұрын
Everything explained from the scratch. THANKS bro
@dailylifewithtutulАй бұрын
one of the best for rxJs videos
@fitfuelplanner3 жыл бұрын
Thank you for your video. I'm a Jr Developer and RxJS has always confused me. New subscriber here and I look forward to watching your other videos.
@sarkersunzidmahmud28753 жыл бұрын
Life becomes easier because of people like u. Great explanation. Cheers Mate
@Viva-0711 ай бұрын
Very well explained..at last understood..love the burger example..it helped a lot in understanding the concept
@lessknownindeed2 жыл бұрын
I really enjoyed it. Was waiting if you can explain some more operators too :D...awesome
@pantelisvasileiadis28582 жыл бұрын
Amazing tutorial bro. Really straightforward understandable explanations. Especially the intro helped me a lot with understanding how burge..eehm.. observables work. Thank you
@AlbrechtJ2 жыл бұрын
This is the best explanation on RxJS video. Thanks.
@elmoutaouakkilmohammed1432 Жыл бұрын
I know it's a great tutorial before even I start watching it. Keep going my friend, to 100k subs!
@MarkEdwardTan3 жыл бұрын
Whenever I see Angular, NgRx or RxJs then I auto like :D
@christophergeel13663 жыл бұрын
Great crash course. Super simple and easy to follow. Thank you!
@adxxtya2 жыл бұрын
This channel is criminally underrated. I feel so bad that you have such less views and subs. Also the video was so quality and the analogy was so good I feel bad that I am watching it for free. Can I buy you a coffee?
@fieryscorpion Жыл бұрын
Can you please share that Canva powerpoint style presentation document? That burger joint diagram was really helpful and I want to use that in my notes. Thanks!
@Exile7402 жыл бұрын
I've been trying to understand RxJS for a couple weeks by now. I watched many videos, read alot about it. I always had the "okay, but how?" and "okay, but why?" questions. Only after watching this video, I actually feel like I understand the hows and whys. Thank you for this very comprehensive lecture!
@yuvalpeery89952 жыл бұрын
I second Mr Agoro Very well explained. Thumbs up.
@HouseJunkieHUN3 жыл бұрын
Thank you! There isn't much explanation on the web on this topic
@lukevin6486 Жыл бұрын
Very well explained, clear and easy to follow. Thanks!
@JBuchmann2 жыл бұрын
Nice intro. RxJs IMO is definitely a huge part of the learning curve for Angular. Something to note which can make the basics easier to grasp... if something is going to emit a single value only (like something returned from an API call) then Observables act nearly identical to regular Promises. Instead of ".then", you just do ".subscribe" There are some tricky operators like SwitchMap, MergeMap, ConcatMap, which are very common and powerful. Would be great for you to make a video on some of these more advanced operators.
@szymonfrankowski74352 жыл бұрын
Great tutorial. Now I am able to use RxJS in the next project.
@SharpenSkillswithSahnnu6 ай бұрын
At 27:00 , I think the names should be other way around. Observer should get subscribed to the events. In the video what is called observer should be called as events, and what is referred as observable should be called as observer. In Nutshell, Observer is Observing the events that it has subscribed to.
@fyfyfyfyfy Жыл бұрын
Amazing stuff ! Subscribed 🙌🏻
@prithivgk2 жыл бұрын
Thanks , I really like the story plot of RXJS functinality before getinto the coding part. you are awsome
@gagiksimonyan37823 жыл бұрын
The video was awesome, man!!! Could you make more RxJS and Angular practice videos?
@LucasHagemans Жыл бұрын
18:44 import observable 19:12 instanciate class 19:29 call back, arrow function
@martinvera54563 жыл бұрын
Thanks! The hamburguer example helps a lot to understand all
@lurami2 жыл бұрын
you're a great teacher bro
@rbsa19802 жыл бұрын
great video, explained a lot in such a simple way
@alexanderschonfeld320 Жыл бұрын
best explanation ever. Thank you for that 😀
@lola2lola321 Жыл бұрын
Wow, so high quality!
@maplestoryinchinese Жыл бұрын
?
@rashidtp44112 ай бұрын
good initiative .... keep moving
@Luxcium2 жыл бұрын
42:40 Made me realize that each time people look confused that array are indexed starting with 0 that it is just exactly the same with how age works… our first year on earth is starting at index Ø
@marcosfsjunior2 жыл бұрын
The burger example was amazing, watch to the end!
@officialdanieldsouza7 ай бұрын
At 55:18 the pluck operator is deprecated as of version 8. It's recommended to use the map operator instead going forward for this operation. Also I don't really understand the point of using rxjs, can't we just use normal javascript to achieve the same thing? I come from a React, Next.js background and currently learning Nest.js which utilizes the Angular architecture and design patterns hence why I am trying to learn rxjs. If anyone could help me understand the reason for using rxjs please let me know. Cause the way I see it we can use normal async/await, javascript methods to achieve all of what's being discused in this video. Please correct me if I am wrong. Amazing video btw! Thanks
@anoopsidhu38592 жыл бұрын
Jesus christ thank god I landed on this video, now I can finally stop pretending to understand angular and actually do so
@hossamabdelnasser57042 жыл бұрын
Great job. Very well illustrated the concept. I wish you coded something more complex from real life
@dalilapramenkovic859711 ай бұрын
Brilliant explanation. Thank you!
@kirillzlobin713511 ай бұрын
Nice tutorial Let's have something on Schedulers and Subjects related to RxJS
@Sarahhh123 Жыл бұрын
That was incredible, thank you!
@abubakar-emumba3 жыл бұрын
please make a crash course on react-chart-js and react-grid-layout
@windwardhive73633 жыл бұрын
no. why can't you simply follow the docs? You don't need a tutorial for every library out there. What are you? 12? Use your common sense. Salamu Alaikum
@abubakar-emumba3 жыл бұрын
@@windwardhive7363 i am not 12, but i am a junior dev, and for me docs are dry, so i learn from video tutorials.
@mk.19213 жыл бұрын
@@windwardhive7363 pls dont be so cruel some people learn it better with videos instead wih reading docs. have a nice day
@aryanshmahato3 жыл бұрын
@@windwardhive7363 what the hell is this behaviour?? We don't need people like you in developer community.. There's a way of talking, probably your mommy didn't teach you that... How does it sound, eh?
@gustavonaves69472 жыл бұрын
Thanks for sharing you knowledge. I really appreciate that. You are amazing
@notrelbanallo76072 жыл бұрын
very helpful video. well explained.thank you
@Anunachi3 жыл бұрын
Thanks bro, brilliant explanation, keep going!
@jimplimmer8856 Жыл бұрын
Great shit! u should do a video of a all the ⭐ operators
@peternguyen93829 ай бұрын
thanks! you make my life easier!
@Luxcium2 жыл бұрын
I was tired of looking for RxJs videos and decided to look at JavaScript stuff just for fun and I clicked on your video without realizing that it is about the topic I was just tired of looking for…
@georgesngandeu91152 жыл бұрын
Bro, you are a genius, thank you so much.
@yoooo516 ай бұрын
at 14.31 you name the cooks observers but before you called them operators. Is it an mistake ? or did i get something wrong? Observers don't manipulte the data but the cooks sometimes do (like coocking the meat in the second last step=
@AngelicaMaria-cq3ph7 ай бұрын
Really good tutorial
@LYULV2 жыл бұрын
thanks.Can you share the PPT?
@Arabian_Abomination3 жыл бұрын
Keep up the good work bro
@kmohan25413 жыл бұрын
Waiting for this one
@mk.19213 жыл бұрын
Many thanks for the video!! i understood it perfectly. if u allow me to say some video requests. - NX - Git thanks again. wish u the best! :) best regards from Austria
@VworksArt Жыл бұрын
Thank you so much my friend.
@thejasiliemetha63502 жыл бұрын
Thank you for the lesson
@leagueofmusic96227 ай бұрын
pluck is deprecated, now need to use map instead) Really good video though
@dayumnson97693 жыл бұрын
I did not yet watch the video. Do you suggest using rxjs in react or vue? I think it would be interesting to see rxjs applied to these. sorry if this video does already cover that.
@frederikstergaard45103 жыл бұрын
At my job we use rxjs for our global state management, so it's very much possible and works great. It does however come with quite some initial investment of setting up a "framework" that you otherwise would get for free with for example Redux
@idemax Жыл бұрын
nice job bro!
@ohskynyrdlynyrd Жыл бұрын
Amazing video
@maplestoryinchinese Жыл бұрын
true
@humayunehtisham Жыл бұрын
You are really amazing... Thank you
@maplestoryinchinese Жыл бұрын
lol
@vijayu7072 жыл бұрын
Nice Video!!!
@NeoCoding3 жыл бұрын
that's a geat job! thanks
@abdulsalamaboubakar40593 жыл бұрын
for the algorithem P.S. thanks for the content
@soak20942 жыл бұрын
helpful, thanks!
@VarunJain153 жыл бұрын
What if we use operators in Observer before subscribe ? Are these same or any difference, By the way, Awesome Video, thank you for this video ☺️😊😊
@Raphael-et6ig Жыл бұрын
Bruh that was the king of all bad jokes ^^
@maplestoryinchinese Жыл бұрын
?
@Studio-df7ge2 жыл бұрын
too sad u didnt implement the first example, would have been nice
@aaronmcmillan63792 жыл бұрын
that honestly hgas to be the longest metaphor for something that really isnt that massive of a concept lol