DEV Community

Discussion on: Why and how to manage state for Angular Reactive Forms

Collapse
 
mfp22 profile image
Mike Pearson

It's nice because it easily gets form state into Redux Devtools. However, that's just about where the benefits end. Note that UpdateFormValue is basically synonymous with patchState. I will be adding an example soon to this article that shows why reactive state management is more flexible.