intermediateDesign Patterns~55 min
Reactive Store (Observer Pattern)
Build the machinery behind signals, RxJS, and Vue/MobX reactivity from the Observer pattern up: a Subject that notifies observers, subscriptions you can cancel, an observable value that only fires on real change, derived computed values, and effects that re-run when their state changes.