Skip to main content

2 docs tagged with "useObserver"

View All Tags

Reactivity

Obsidian is first and foremost a dependency injection library. But it also includes reactive programming features that allow you to observe changes in your data and react to them. This is useful for things like updating the UI when a value changes.

useObserver

useObserver is a Hook that allows you to react to changes in an observable.