detect if there is no connection to the server
is there a way to detect if there is no connection to the server? i want to show message to the user
2 Replies
It's not reactive but you can use https://docs.convex.dev/api/classes/react.ConvexReactClient#connectionstate
Class: ConvexReactClient | Convex Developer Hub
react.ConvexReactClient
thanks