Advanced RxJS with Ben Lesh: Synchronous Firehose, switchMap, concatMap | JS Drops

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 8

  • @muhamedkarajic
    @muhamedkarajic 11 місяців тому

    Great video, I hope the reaosn why splitting up Observable etc is that Angular wants to get rid of the hole RxJS lib by default :)

  • @LarsRyeJeppesen
    @LarsRyeJeppesen Рік тому

    Uhhh looking forward to this

  • @ACTFIREE
    @ACTFIREE 11 місяців тому

    HI, I am contemplating creating a state manager in RXJS directly, veryh similar to ngrx but easier to use and well documented, is this a good idea?

    • @ThisDotMedia
      @ThisDotMedia  11 місяців тому

      If you are excited to do it and think you can build a great state manager, what can it hurt? Go for it!

    • @muhamedkarajic
      @muhamedkarajic 11 місяців тому

      @ACTFIREE it won't be easy but wiht BehaviorSubject you can get quite far. Howver before you start check how exactly the event loop works in JavaScript it will save you a couple of months long term.

    • @ACTFIREE
      @ACTFIREE 11 місяців тому

      @@muhamedkarajic I understand avoiding situations around race conditions and all… several ways I can go about avoiding this such as making the state immutable, I have various strategies that will work under the hood to prevent or mitigate such issues.

    • @ACTFIREE
      @ACTFIREE 11 місяців тому

      @@muhamedkarajic my issue is if it’s worth it to build it

  • @Thanadit231
    @Thanadit231 Рік тому

    I got new way for creating new operator :)