Back to Tldraw

Signals

apps/examples/src/examples/events/signals/README.md

4.5.11215 B
Original Source

React to changes by using signals.


tldraw uses signals to manage its state and store. You can subscribe to values in the store and run side effects when they change. This example shows some ways of doing that.