5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Web Development and Graphic Design     Scripting     JavaScript
Reactive programming is a programing paradigm that helps build responsive, scalable, and resilient applications. In this course, you will learn about reactive programming and the RxJS component.

Objectives

Reactive Programming

  • start the course
  • describe and define reactive programming

Asynchronous Programming

  • define asynchronous programming and how it's used in modern web development
  • apply asynchronous programming to solve a development issue using pure JavaScript
  • perform an asynchronous task using jQuery
  • define the Observer pattern and how reactive uses observables

RxJS

  • describe the RxJS library and some of its functionality, including map(), create(), and merge()
  • create and use an RxJS observable object to bind an input event
  • subscribe to a sequence to get data from an event
  • convert arrays and iterable structures into observables and use observable operators like count and scan
  • create an observable with direct access to Observers and use observable operators like merge
  • use the Angular async pipe to bind to observables from templates

Practice: Reactive for Angular

  • using reactive programming techniques and components with Angular