SIGNALS can make Angular "REACTIVE" forms more reactive

Channel:
Subscribers:
81,900
Published on ● Video Link: https://www.youtube.com/watch?v=cxoew5rmwFM



Category:
Tutorial
Duration: 5:28
13,288 views
367


My Angular course: https://angularstart.com/

ReactiveForms in Angular are not actually all that reactive - unless we take a particularly loose definition of the word "reactive" to just mean that some kind of reactive mechanism like observables are used.

Most typical usage of ReactiveForms in Angular involves using a lot of imperative code and manual subscribes. This video explores using signalSlice as a way to make using ReactiveForms more reactive and declarative.

Source code: https://github.com/joshuamorony/signal-slice-forms/blob/main/src/app/home/home.component.ts
More on signalSlice: https://www.youtube.com/watch?v=z7zK2u4vBrA

Get weekly content and tips exclusive to my newsletter: https://mobirony.ck.page/4a331b9076

Want to build mobile apps with Angular?: https://ionicstart.com

0:00 Introduction
0:54 Challenges with ReactiveForms
1:20 Using signalSlice for ReactiveForms
3:05 emitEvent
3:31 Comparison
4:12 Still imperative
4:51 The ultimate approach?

#angular #signals

- More tutorials: https://modernangular.com
- Follow me on Twitter: https://twitter.com/joshuamorony







Tags:
tutorial
tutorials
coding
coding tutorials
angular
angular tutorials
mobile
mobile apps
apps
html5
ios
android
hybrid
web apps
progressive web applications
programming
performance
ui
ux
animations
screencast
rxjs
nx
ngrx
architecture
signals
advanced