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 😑
@pinch-of-salt4 жыл бұрын
I love tech talks with just code snippets or real example. It's like a damn tutorial but cooler and more informative!
@bohdanartemenko5 жыл бұрын
Thank you for the recommendation youtube 😉
@murilocirino86902 жыл бұрын
this speech was incredible, never thought that RXjs was this powerful
@Mufozon3 жыл бұрын
I think animations using observables is a really cool example, but I prefer to use CSS animations and transitions where I can.
@FidelGuajardo5 жыл бұрын
Very nice presentation. Ben Lesh teaches very well and keeps it interesting.
@nabiisakhanov35224 жыл бұрын
Amazing and underrated
@TheTAoddMcFarlin3 жыл бұрын
Great video, it totally helped me understand things better. On critique is I dont like red color in editor as it looks like error ;)
@gustavo97582 жыл бұрын
20:55 shouldn't the HTML tag be touch-drag-to-load by convention?
@mkov9932 жыл бұрын
Code: github.com/benlesh/add-features-with-rxjs
@hemanth69515 жыл бұрын
no dislike for this vedio thats why i watched
@sas10x395 жыл бұрын
slides?
@rameshbabu85855 жыл бұрын
My god. Valuable content but no views and likes.
@justinmlawrence4 жыл бұрын
So good!!
@bohdanonufriychuk55004 жыл бұрын
WHAT IS THIS RxAnimationsService LIBRARY???? WHERE DID HE FIND????
@chrisbrunn34803 жыл бұрын
He wrote it. It is in his demo repo link shown at 35:59
@SuperInthenight5 жыл бұрын
Are all the examples in JAVA? ...mmm wait, I see a console.log, but I'm not sure...
@Typhoonbladefist5 жыл бұрын
Everything was written in TypeScript (a superset of JavaScript) using the Angular framework.
@VendettaUkraina4 жыл бұрын
here is demo github.com/benlesh/add-features-with-rxjs
@Czulu Жыл бұрын
It think its much more 'easy' to create this spinner without all these overly complicated RxJs methods with just plain javascript