3 Levels of Learning RxJS Operators

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • In this video, we learn how to learn RxJS operators! We take a look specifically at mergeMap (one of the more confusing operators) and how it compares to concatMap. This knowledge should help you learn any RxJS operator.
    Get weekly content and tips exclusive to my newsletter: mobirony.ck.page/4a331b9076
    0:00 Introduction
    0:23 Level 1: learnrxjs.io
    1:26 Level 2: rxjs.dev
    4:37 Level 3: thinkrx.io
    8:17 BONUS TIP
    #rxjs #observables #angular
    - More tutorials: eliteionic.com
    - Follow me on Twitter: / joshuamorony
    Stock pipes video by Christian Bodhi from Pixabay
    pixabay.com/users/christianbo...

Комментарии • 8

  • @arshadpakkali
    @arshadpakkali 2 года назад +3

    Dude im just grinding through your videos , ive used angular imperatively for a couple of projects last year and was always wondering how to do stuff with rxjs your video's are a GREAT Help now

  • @vatsalyasinghi438
    @vatsalyasinghi438 3 года назад +2

    Hi, please do a video on state management in angular/Ionic.

  • @Nabulio85
    @Nabulio85 9 месяцев назад

    Great,
    Thank you, really usefull.

  • @CodingAbroad
    @CodingAbroad 2 года назад +1

    Rxjs is fantastic. Some fool of an interviewer said he thought it was “weird” that I use rxjs instead of redux libs like ngrx…

    • @MultiWarrr
      @MultiWarrr Год назад +2

      Then how on hell he would ngrx effects without rxjs

    • @NuradinPridon
      @NuradinPridon Год назад +2

      It is "weird" that the interviewer doesn't know NgRx is literally RxJS with some boilerplate.

  • @pawekoaczynski4505
    @pawekoaczynski4505 Год назад

    The official rxjs docs makes no send to me. At 1:55 - what the heck are those "--" and "-|" after the arrow operator?
    I suppose it has something to do with time between each emission and the end of the stream. But I can't imagine what exactly does it mean, because it's not a valid JS code, just a "diagram"

    • @Nojo524
      @Nojo524 Год назад

      It actually represents an inner observable, through time. The -| at the end is when the inner observable completes.