An open API service indexing awesome lists of open source software.

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

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