Josua Jäger
Josua Jäger
Hi @KingKnecht, take a look at this sample - it shows how to properly setup a SignalR Hub for broadcasting. https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-tutorial-build-blazor-server-chat-app
Hi @profK! > I want complete control on the client without elmish or any other framework in the way. No problemo, you can directly derive from `Component` (which itself derives...
> Yes, the docs should go into a "docs" directory and we should likely use "fsdocs" here like in other repos. Though maybe with different styling - I know it's...
Note that this is a (small) breaking change.
@JordanMarr can you take a look?
@JordanMarr excellent questions. Every state hook is identified in the component context by its caller line number vs. the order in which they are called in react. This makes is...
@JordanMarr not sure if the additional complexity of using the caller line number is worth it vs. using the calling order (like react). We might want to consider switching to...
> Approved (with comment that it will be confusing to users) I agree with @JordanMarr and think we should move to simpler `calling order` based identity. Also think that conditional...
Closed in favour of #214
> Strangely the above didn't quite work. On the first rendering of the list box, that the above was a data template for, it rendered the correct colors for each...