DEV Community

Discussion on: Initial Null Problem of AsyncPipe and async data-binding

Collapse
 
sebbdk profile image
Sebastian Vargr

Null is bad.

The checks etc. that is required for asyncPipe makes it unreliable, since the expected type changes.

Yes we can code around it with conditionals, but that's more akin to mitigation. :/

Unfortunately my impression is that the only real fix' here is to not use async pipe.

Return types should be reliable.