In this tutorial we are building a simple hotels on map widget, using RxJS.
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 programstep-1– converted data request logic to observablesstep-2– converted interaction logic to observables
