[Issue #4] Counter example #15

Merged
HugoNijhuis merged 3 commits from issue-4-counter-example into main 2026-01-09 16:28:31 +00:00

3 Commits

Author SHA1 Message Date
4c022b13ac Remove accidentally committed binary
All checks were successful
CI / build (pull_request) Successful in 29s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 17:19:04 +01:00
a580df7b72 Add decrement button to counter example
All checks were successful
CI / build (pull_request) Successful in 29s
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>
2026-01-09 17:18:49 +01:00
0f924d8e8a Add counter example demonstrating signals
All checks were successful
CI / build (pull_request) Successful in 28s
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>
2026-01-09 16:59:54 +01:00