Address review feedback to include a decrement button that
demonstrates reactive updates in both directions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Basic example showing:
- Creating a signal with NewSignal
- Reading value with Get()
- Writing value with Set()
- Button click handler
- Reactive text that updates when signal changes
Closes#4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>