André Staltz
Open source hacker and former web and mobile developer at Futurice. Andre is known for his involvement with reactive programming for user interfaces, particularly with RxJS. He has built JavaScript libraries and frameworks such as Cycle.js, xstream, react-native-node, and others.
114 results
found for "
*
"Search Results
Convert an underlying source of data into an Observable
lesson by André Staltz
Use switchMap to avoid leaks when flattening
lesson by André Staltz
Move important side effects from do() to subscribe()
lesson by André Staltz
Know when to extend the Observable class
lesson by André Staltz
Implement pause and resume feature correctly through RxJS
lesson by André Staltz
Replace zip with combineLatest when combining sources of data
lesson by André Staltz
Make Observables hot only where necessary
lesson by André Staltz
Convert RxJS Subjects to Observables
lesson by André Staltz
Replace Observable.create with Observable creation helpers
lesson by André Staltz
Use takeUntil instead of manually unsubscribing from Observables
lesson by André Staltz
Use the map operator instead of firing events on a Subject
lesson by André Staltz
Use flattening operators instead of nested subscriptions
lesson by André Staltz
Save time avoiding common mistakes using RxJS
course by André Staltz
Use groupBy in Real RxJS Applications
lesson by André Staltz
Split an RxJS Observable with Window
lesson by André Staltz
Use RxJS mergeMap for Fine-grain Custom Behavior
lesson by André Staltz
Split an RxJS Observable Conditionally with windowToggle
lesson by André Staltz
Use switchMap as a Safe Default to Flatten Observables in RxJS
lesson by André Staltz
Split an RxJS Observable into Groups with groupBy
lesson by André Staltz
Use RxJS switchMap to Map and Flatten Higher Order Observables
lesson by André Staltz
Get Started with Higher Order Observables in RxJS
lesson by André Staltz