One-Way Binding
This module demonstrates Blazor's one-way data binding. The parent component holds the state and passes it down to the child component via a parameter. When the parent updates the state, the child automatically re-renders with the new value.
Parent Component
Counter Value: 0
Child Component
Received Value: 0