Closed Jand42 closed 2 years ago
In favor of Doc.ClientSide which supports auto-quoting expression argument.
Doc.ClientSide
We need to revert this, in favor of the direction set forth in #240 .
Just a quick summary: open type WebSharper.UI.ClientServer and use client without the <@ ... @> delimiters.
open type WebSharper.UI.ClientServer
client
<@ ... @>
In favor of
Doc.ClientSide
which supports auto-quoting expression argument.