@heapwolf Like the AbortSignal class in JavaScript?
@mauve no I mean “reactive signals”, it’s a trendy new front end pattern
@heapwolf Ha ha, are we going to get another wave of rxjs type hype? Personally I loved that era.
@mauve seems possible. I guess I’m going to have to code read an implementation of signals to find out if it’s just an event emitter, there are 100000 tuts on how to use them, and none of them say specifically how signals work 😅
@thisismissem @mauve what’s the difference between an observable and an event emitter?
@heapwolf @thisismissem I assume this current wave is a reaction to React's useHook API, and a thing that ropes things into one place again (like redux and "stores"