Closed fkerekiglobant closed 1 year ago
I would propose that signals are always named with a "$" as a prefix (differently from Observables, where it is a suffix) to quickly recognize them.
A signal would then be const $something = signal("some value");
const $something = signal("some value");
I would propose that signals are always named with a "$" as a prefix (differently from Observables, where it is a suffix) to quickly recognize them.
A signal would then be
const $something = signal("some value");