News

Instantiating Blazor Classes If you have a class in your Blazor code and want to call a method on an instantiated version of it from JavaScript code, you can. The problem is, however, that you can't ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!