Skip to content

Simple app written with one implementation in RxJS and one in vanilla JavaScript using the Observer Pattern

Notifications You must be signed in to change notification settings

carleryd/rxjs-vs-observer-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-vs-observer-pattern

About

This repository features a comparison between implementing the same application in both RxJS and standard JavaScript using the Observer Pattern. The Observer Pattern is famous for solving scenarios where some logic needs to listen(observe) for changes in the application, such as user input.

Application

The application fetches users from GitHub when pressing a button. The RxJS implementation is almost the exact implementation featured in André Staltz's tutorial on RxJS, The introduction to Reactive Programming you've been missing(https://gist.github.com/staltz/868e7e9bc2a7b8c1f754).

About

Simple app written with one implementation in RxJS and one in vanilla JavaScript using the Observer Pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published