Questions tagged as 'reactive-programming'

1
answer

What is Reactive Programming?

Can anyone explain me clearly and objectively? I have read a few more articles but it was not very clear.     
asked by 22.03.2015 / 15:32
1
answer

Kotlin + RX Observer without Anonymous

I'm studying Kotlin Android and RX and just see examples like: val api = StarWarsService() api.loadMovies() .subscribeOn(Schedulers.io()) .observeOn(AndroidSchedulers.mainThread()) .subscribe(...
asked by 12.04.2018 / 19:40
0
answers

How to edit a form in Angular 6+ from dafault values?

I'm having trouble creating an edit page with Angular. Because the same is very related to the life cycle of the components from the requisitions. At first, my HTML form looks like this: <form [formGroup]="formProfile" (submit)="update()...
asked by 24.12.2018 / 00:01
0
answers

What is Reactive Extensions for JavaScript (RxJS)?

I believe for anyone who develops with Angular for example and it is very important to understand the concept of this library. What is it? When to use?
asked by 27.03.2018 / 16:21