dotnet-websharper / ui

A reactive UI library for WebSharper.
https://websharper-samples.github.io/ui/
Apache License 2.0
77 stars 22 forks source link

Obsolete `client` #241

Closed Jand42 closed 2 years ago

Jand42 commented 2 years ago

In favor of Doc.ClientSide which supports auto-quoting expression argument.

granicz commented 2 years ago

We need to revert this, in favor of the direction set forth in #240 .

granicz commented 2 years ago

Just a quick summary: open type WebSharper.UI.ClientServer and use client without the <@ ... @> delimiters.