Getting Started With RxJS - Part 1: Setting Up The Development Environment & Creating Observables
RxJS (Reactive Extensions for JavaScript) is a library for transforming, composing, and querying streams of data. It brings the concept of reactive programming to the web. The library allows you to work with asynchronous data streams with ease. Asynchronous data streams can be described in the following way: - Asynchronous: Callback functions are registered to be invoked when results are available. We're able to wait for data to become available without blocking the application. - Data Streams: Sequences of data made available over time. You don’t need all the information to be present in order to start using them. In this Getting Started With RxJS tutorial series you'll be able to get started with the RxJS library, get insights and a profound understanding of the most important concepts and building blocks. In this first part of this series we're going to set up the development environment and get started with the concept of Observables. Observables are just a representation of any set of values over any amount of time. This is the most basic building block of RxJS. This is a CodingTheSmartWay.com tutorial. --------------------- Musik: Night Owl by Broke For Free is licensed under a Creative Commons Attribution License. (http://freemusicarchive.org/music/Broke_For_Free/Directionless_EP/Broke_For_Free_-_Directionless_EP_-_01_Night_Owl)
RxJS (Reactive Extensions for JavaScript) is a library for transforming, composing, and querying streams of data. It brings the concept of reactive programming to the web. The library allows you to work with asynchronous data streams with ease. Asynchronous data streams can be described in the following way: - Asynchronous: Callback functions are registered to be invoked when results are available. We're able to wait for data to become available without blocking the application. - Data Streams: Sequences of data made available over time. You don’t need all the information to be present in order to start using them. In this Getting Started With RxJS tutorial series you'll be able to get started with the RxJS library, get insights and a profound understanding of the most important concepts and building blocks. In this first part of this series we're going to set up the development environment and get started with the concept of Observables. Observables are just a representation of any set of values over any amount of time. This is the most basic building block of RxJS. This is a CodingTheSmartWay.com tutorial. --------------------- Musik: Night Owl by Broke For Free is licensed under a Creative Commons Attribution License. (http://freemusicarchive.org/music/Broke_For_Free/Directionless_EP/Broke_For_Free_-_Directionless_EP_-_01_Night_Owl)