Idea is to not use gorilla WS - rather "github.com/coder/websocket"All the tutorials online show how to implement Go WebSocket only with Gorilla which is already quite bloated and has a lot of dependencies.Moreover, the implementation of the WebSockets in React is usually done wrong. See: https://websocket.org/guides/frameworks/react/