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

Web.Control startup reworked - UI event handling and templating #274

Closed Jand42 closed 1 year ago

Jand42 commented 1 year ago

To go with https://github.com/dotnet-websharper/core/pull/1353

Using new startup code API instead of WebSharper.Activator to wire up event handlers and server-client Vars

Jand42 commented 1 year ago

This is for #269