A whirlwind tour of RxJS and the most important concepts you need to understand in order to start using its full potential in your applications, which is not just handling an HTTP call! Whether you deal with thousands of key presses, move movement events, touch gestures, remote HTTP calls, or single integers, RxJS treats all of these data sources in exactly the same way, as data streams.
The concept of a stream can be applied to any data point that holds a value. This entails a mental shift in the way you reason about your program’s behavior, especially if you come from an imperative background.
In this presentation, we'll go overboard and build an application using only streams in order to show the possibilities and introduce the most important concepts and techniques that you can leverage.
Topic
Thinking in stream$ - RxJS in action
Description
A whirlwind tour of RxJS and the most important concepts you need to understand in order to start using its full potential in your applications, which is not just handling an HTTP call! Whether you deal with thousands of key presses, move movement events, touch gestures, remote HTTP calls, or single integers, RxJS treats all of these data sources in exactly the same way, as data streams.
The concept of a stream can be applied to any data point that holds a value. This entails a mental shift in the way you reason about your program’s behavior, especially if you come from an imperative background.
In this presentation, we'll go overboard and build an application using only streams in order to show the possibilities and introduce the most important concepts and techniques that you can leverage.
Details
Estimated length: 30-40m