Render on the DOM with RxJS

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Learn how to take data from a network response and display it on the DOM using RxJS reactive event streams.

Oliver Williams
~ 7 years ago

This course just lost me. Why would you want a stream of just one thing?

Nick
~ 6 years ago

will it call api request each time we call createSuggestionStream?

JL decentraliser
~ 6 years ago

Hi ! it would be nice to update this class to RxJS 6

Jose Hernandez
~ 3 years ago

This lesson is the one that shows its age the most; nowadays it's almost unthinkable to modify DOM by hand.

Alexander
~ 2 years ago

how does document.querySelector('.username') selects precisely the needed element and not get confused?

Lucas Minter
~ 2 years ago

how does document.querySelector('.username') selects precisely the needed element and not get confused?

querySelector is a browser api and not RxJS. Here is a good document that should tell you what you want to know: https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector