Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On RxJS for Web Development
Rating: 4.1 out of 5(28 ratings)
229 students

Hands-On RxJS for Web Development

Harness the power of RxJS by solving real-life web tasks with Reactive programming; use Observables to code less
Last updated 1/2019
English

What you'll learn

  • Work with the modern Reactive Extension event-based programming approach in JS
  • Use real-world examples of development practices to solve issues with less code
  • Easily implement retry on error or repeat logic for your HTTP request-ordering problems with RxJS
  • Handle HTTP requests with a few lines of code
  • Create scalable app architectures and organize convenient inter-component data flows
  • Build easily-updatable web components and combine the latest ZIP operators
  • Implement RxJS solutions in the popular modern Angular framework
  • Use RxJS patterns and anti-patterns to improve your code maintainability

Course content

7 sections35 lectures5h 17m total length
  • The Course Overview8:55

    This video provides an overview of the entire course.

  • Explore RxJS – What and Why?4:47

    In this video, we introduce the reactive programming paradigm and describe its benefits.

       •  Learn about declarative over imperative programming

       •  Understand the Observer patterns scalability feature

       •  Discover the main Observables benefits over promises

  • Node.js Installation2:40

    In this video, we will find out how to install Node.js on a student’s computer.

       •  Find out the specifics of Node.js

       •  Download the Node.js package and install it

       •  Check whether the installation was successful with specific commands

  • Angular Demo Project Starter2:01

    Here, we clone our Angular demo project and start it.

       •  Git-clone the Angular demo project from the specified repo URL

       •  Install project dependencies

       •  Start the project in a terminal and open it in a browser

  • Forking RxJS Playground on JSFiddle1:47

    Here, we will create Rx.JS playground on a codepen.io.

       •  Register on codepen.io

       •  Create an empty codepen and add specific libraries OR fork existing Rx.JS-ready codepen by the provided URL

       •  Check whether it works with one simple code example

Requirements

  • Knowledge of JavaScript required

Description

Web application code can get  tangled up, which makes it hard to test and maintain. Also, asynchronous  computations and HTTP requests have to be properly managed. However,  with RxJS 6 you can unify, filter, and transform these streams with  ease. By introducing RxJS 6 into your code, you can build clean and  fault-tolerant web applications.

This course shows you how to handle work tasks and issues with RxJS 6.  It helps you develop the skills you need to create Reactive applications  with RxJS 6. With this course, you'll enter the Reactive world by using  Angular and vanilla JS. You will learn to execute asynchronous event  handling techniques using RxJS 6.

By the end of the course, you'll be saving precious development time by  using RxJS 6. You'll scale your own applications effectively, and use  Angular framework that relies on RxJS 6. 

About the Author :

Oleksandr Poshtaruk is a  frontend developer and a part-time Angular and RxJS mentor on  codementor .io. He has worked on commercial projects using Angular 2/4  and RxJS for the past 3½ years. He has over 17 years' experience in the  commercial IT industry as a system engineer and developer. He is a Stack  Overflow activist with 1000+ score points for Angular and RxJS. He  holds down a senior front-end developer position in tonicforhealth. He is also a conference speaker at JS-fwdays-2018 on RxJS solutions. 

Who this course is for:

  • The ideal target users for this video would be JavaScript developers who want to create Scalable javascript application by using Reactive functional programming techniques witjh RxJS.
  • This course offers a quick way to become familiar with Reactive Programming concepts and start using them in real-life tasks with the RxJS library. The course is focused on using RxJS for Reactive web UI in vanilla JS and Angular apps.