Understanding The RxJS Autorun Process

Written by kddsky | Published 2020/11/09
Tech Story Tags: rxjs | javascript | angular | webdev | frontend | typescript | reactive-programming | frp

TLDR The RxJS Autorun Process is a small library that re-evaluates an expression based on updates in streams it uses. It returns an observable that you can manipulate further. The library takes a function that uses some streams and reevaluates it when those streams update. It also takes an ability to read the latest values without tracking their updates. It's a sweetened countdown timer that would represent a queue of monkeys with a stream of fetched bananas. The last trick we're gonna learn today is a ability to use the library without tracking updates.via the TL;DR App

no story

Published by HackerNoon on 2020/11/09