Jordan Marr
Jordan Marr
It wasn't obvious to me either. 😓 I ported it from Feliz.Router and it took me a while to realize that it has Hash and Path modes. It shouldn't be...
Re: Elmish.Bridge / WebSockets If it were me, I'd probably try to use the generated Fable client bindings for SignalR as this guy did here: https://github.com/chestercodes/fable-signalr-giraffe That would allow simply...
That would be great. You can find the repo here: https://github.com/JordanMarr/Fable.LitRouter
Just curious: are you using anchor links or buttons for navigation? I'm using buttons with a click event and I don't have any `#` added to the path: ```html Router.navigatePath("/")}>...
If you still want the look of a link, shoelace has a text button: https://shoelace.style/components/button?id=text-buttons
I'm not sure what the request is here.
I personally prefer to launch them separately, but you certainly could do this via FAKE. If you are more comfortable with npm, you could bypass FAKE altogether and just use...
Though i have developed apps with Feliz and Fable.Lit, I have never tried to share components between them. But I am very interested to see how this would work. Is...
Which React control are you trying to use?
Did you use `e.preventDefault()`? ```F# e.preventDefault(); save())}> ```