Fable.Lit
Fable.Lit copied to clipboard
Write Fable Elmish apps with Lit
Newer versions aren't compatible and Fable.Lit.React and Fable.Lit.Feliz are somewhat outdated now.
I am trying to use hasChanged when I give a function as in below ```fsharp hasChanged = fun x y -> printf "%A" (x,y); false ``` it never runs When...
I'm not sure if it's missing, but would it be useful to add additional event handlers on the `Hook.useTransition` Currently it uses `OnEntered` and `OnLeft`. Adding such as `OnEntered`, `OnEntering`......
would fable lit produce google lit components and be able to integrate with astro somehow? https://docs.astro.build/en/guides/integrations-guide/lit/ as i suspect that might become quite a dominant framework soon? or would it...