You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All examples that I have seen, demonstrate using dotnetify directly inside react component's getIntialState() function, and it is required to pass the current instance of the component: dotnetify.react.connect(vmName, component)
Is it possible to use dotnetify outside of a react component, so that it may be used with any client-side framework or inside an external service for example? Can we get an instance of a vm and dispatch changes and subscribe to server changes outside of react? Or would it just make sense to use signalR directly in that case?
The text was updated successfully, but these errors were encountered:
All examples that I have seen, demonstrate using dotnetify directly inside react component's getIntialState() function, and it is required to pass the current instance of the component:
dotnetify.react.connect(vmName, component)
Is it possible to use dotnetify outside of a react component, so that it may be used with any client-side framework or inside an external service for example? Can we get an instance of a vm and dispatch changes and subscribe to server changes outside of react? Or would it just make sense to use signalR directly in that case?
The text was updated successfully, but these errors were encountered: