Things were going well for a bit making a few components. Then I wanted to fetch data on a route change. It’s still not working. Observables, signals, RxJS… it can’t be that complicated.
Oh, computed also. I mean there can be hairy stuff with React useMemo, but as least I can just plain values and React will handle the reactivity.
It’s time for a real reactive language, not these libraries tacked on. I don’t want to think about dependencies. I don’t want to think about imperative signals, memory leaks, and patterns you need to follow for things not to completely break.