/frp-tutorial

Converting map widget from using callbacks to using observables

Primary LanguageJavaScript

FRP Tutorial

In this tutorial we are building a simple hotels on map widget, using RxJS.

Screenshot

The widget displays top 20 hotels for currently visible map bounds. The data is displayed both in form of a list in sidebar and map markers. List items and markers can be highlighted by clicking on them.

Tags available so far:

  • step-0 – initial imperative event-based program
  • step-1 – converted data request logic to observables
  • step-2 – converted interaction logic to observables