Complex features made easy with RxJS

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

КОМЕНТАРІ • 21

  • @bohdanartemenko
    @bohdanartemenko 4 роки тому +24

    Thank you for the recommendation youtube 😉

  • @mkov993
    @mkov993 2 роки тому +3

    Code: github.com/benlesh/add-features-with-rxjs

  • @pinch-of-salt
    @pinch-of-salt 4 роки тому +11

    I love tech talks with just code snippets or real example. It's like a damn tutorial but cooler and more informative!

  • @Mufozon
    @Mufozon 3 роки тому +4

    I think animations using observables is a really cool example, but I prefer to use CSS animations and transitions where I can.

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

    It think its much more 'easy' to create this spinner without all these overly complicated RxJs methods with just plain javascript

  • @hemanth6951
    @hemanth6951 5 років тому +5

    no dislike for this vedio thats why i watched

  • @rameshbabu8585
    @rameshbabu8585 5 років тому +9

    My god. Valuable content but no views and likes.

  • @nabiisakhanov3522
    @nabiisakhanov3522 4 роки тому +6

    Amazing and underrated

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

    I only understand like 20% of the code. But this 100% convinced me that rxjs is for HIGHLY interactive apps.
    P.S. ppl tend to believe their hello world app is highly interactive, and that includes me 😑

  • @sas10x39
    @sas10x39 5 років тому +5

    slides?

  • @gustavo9758
    @gustavo9758 2 роки тому

    20:55 shouldn't the HTML tag be touch-drag-to-load by convention?

  • @murilocirino8690
    @murilocirino8690 2 роки тому

    this speech was incredible, never thought that RXjs was this powerful

  • @TheTAoddMcFarlin
    @TheTAoddMcFarlin 3 роки тому

    Great video, it totally helped me understand things better. On critique is I dont like red color in editor as it looks like error ;)

  • @VendettaUkraina
    @VendettaUkraina 4 роки тому

    here is demo github.com/benlesh/add-features-with-rxjs

  • @bohdanonufriychuk5500
    @bohdanonufriychuk5500 4 роки тому

    WHAT IS THIS RxAnimationsService LIBRARY???? WHERE DID HE FIND????

    • @chrisbrunn3480
      @chrisbrunn3480 3 роки тому

      He wrote it. It is in his demo repo link shown at 35:59

  • @ricko13
    @ricko13 3 роки тому

    I only got like 10% of what he explains lol

  • @justinmlawrence
    @justinmlawrence 4 роки тому +1

    So good!!

  • @FidelGuajardo
    @FidelGuajardo 5 років тому +4

    Very nice presentation. Ben Lesh teaches very well and keeps it interesting.

  • @SuperInthenight
    @SuperInthenight 4 роки тому +3

    Are all the examples in JAVA? ...mmm wait, I see a console.log, but I'm not sure...

    • @Typhoonbladefist
      @Typhoonbladefist 4 роки тому +4

      Everything was written in TypeScript (a superset of JavaScript) using the Angular framework.