Reactive Programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Reactive Programming

Can anyone explain me about reactive programming?

30th Dec 2018, 6:13 AM
{ f~society }
{ f~society } - avatar
1 Answer
+ 3
Reactive programmimg builds codes that work in response to external demands and mostly deal with accurate interrupt handling. It runs in asynchronous way and only executed when there is external request interrupt, callback function is called upon triggered by the request. The fallback might return a response which trigger another reactive program.
30th Dec 2018, 6:50 AM
Calviղ
Calviղ - avatar