Problemunvalidated
Deciding where to wire socket event listeners to keep client state in sync: inside React hooks/components (registering callbacks in useEffect) versus inside a middleware/store layer or the socket class itself. The question also asks about the downsides of each approach.
cc865859-7efb-4d66-8d78-b45ee619c069
Deciding where to wire socket event listeners to keep client state in sync: inside React hooks/components (registering callbacks in useEffect) versus inside a middleware/store layer or the socket class itself. The question also asks about the downsides of each approach.