dotNetify
dotNetify copied to clipboard
Simple, lightweight, yet powerful way to build real-time web apps.
Hi, I wonder if you have any plan in future to update react and npm packages both in dotnetify and dotnetify-elements. Best regards,
Consider the following method: ``` public string Hello(string input) { return "Hello " + input; } ``` And then calling it using dispatch ``` const data = dotnetify.$dispatch({ Hello: "world"...
Hi @dsuryd i want to say once again that this is an amazing library and i have been using it on a small project. I wish to know , what...
I am using the useConnect hook to connect to different viewmodels from the same client. It seems that when I do "PushUpdates" in one of the viewmodels, the changes of...
Any possibility of implementing [IAsyncDisposable](https://learn.microsoft.com/en-us/dotnet/api/system.iasyncdisposable?view=net-7.0) for ViewModels? I'm using the `Dispose` method as my main way of detecting a user disconnect as recommend in #151, but I have some async...
We have setting like this: Source DB Postgre Sql 15.4 Target DB Postgre Sql 16.2 On this moment we are using 3 subscriptions from target DB and 1 subscription from...