<script> let count = $state(0); </script> <button onclick={count++}>The count is {count}</button> <style> button { font-size: 4rem; } </style>