Declarative Imperative Stream Fundamental #7583
pandika-csgi
started this conversation in
General
Replies: 1 comment 2 replies
|
Overall, it's mixed paradigm, as you're using classes, functions and streams. Within the class, most properties are fairly well derived declarative streams. With Angular you can't create purely declarative applications (that's something you can do with Rimmel.js, though, if you're interested in declarative, perhaps functional, or stream oriented programming in general). Back to your question about declarative vs imperative, to put it in simple terms, whenever you call Hope that makes sense |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My Problem
I want to learn more about difference declarative and imperative code with RxJS.
Context
Is this purely declarative? or still imperative as we do some mapping into
ResourceStatein resource$ observable?Please give me advice,
Thanks
All reactions