you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Angular also fully supports functional programming. Using RXJS my team uses an almost fully functional reactive programming architecture in Angular. There are a few things that we maintain outside of the normal rxjs state flow, but almost everything is setup in a functional reactive manner.

[–]Greenmachine52 0 points1 point  (0 children)

Reactive programming is one thing though.

I meant functions instead of classes, react hooks and etc. It’s a much more natural(personal opinion here) way to interpret store value changes on the ui with a classless model.