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.
Thank you for your very fast response! I think, I did not phrase my question precise enough and I am sorry for that. Let me make my question more specific: In github.com/joshuamorony/quicklist-... there is a TODO stating "Use [patchValue] directive to react to signal in template". I was looking for that kind of directive that would help with eliminate the imperative calls on reactive forms like patchValue() (or disable()). Thanks <3
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Surprised you didn't mention NGXS Form Plugin. ngxs.io/plugins/form
It's nice because it easily gets form state into Redux Devtools. However, that's just about where the benefits end. Note that
UpdateFormValueis basically synonymous withpatchState. I will be adding an example soon to this article that shows why reactive state management is more flexible.Is there a patchValue directive that can be used with stateAdapt?
If you use
joinAdaptersyou can useupdate.stackblitz.com/edit/state-adapt-an...
Thank you for your very fast response! I think, I did not phrase my question precise enough and I am sorry for that. Let me make my question more specific: In github.com/joshuamorony/quicklist-... there is a TODO stating "Use [patchValue] directive to react to signal in template". I was looking for that kind of directive that would help with eliminate the imperative calls on reactive forms like patchValue() (or disable()). Thanks <3