https://github.com/sql-mistermagoo/blazorapptestcallback
Demonstrate Action implicitly becoming EventCallback and re-rendering parent
https://github.com/sql-mistermagoo/blazorapptestcallback
Last synced: 6 months ago
JSON representation
Demonstrate Action implicitly becoming EventCallback and re-rendering parent
- Host: GitHub
- URL: https://github.com/sql-mistermagoo/blazorapptestcallback
- Owner: SQL-MisterMagoo
- License: unlicense
- Created: 2023-01-12T10:28:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T10:28:52.000Z (over 3 years ago)
- Last Synced: 2025-02-05T03:23:38.867Z (over 1 year ago)
- Language: HTML
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Action as EventCallback
Demonstrate the problem with direct use of `Parameter` `Action` in a Blazor event `directive`
The second button in the Counter causes a parent re-render even though it uses an Action instead of an EventCallback