SE750-DART / nerds-oppose-society

Your favourite online game that coincidentally uses the writing from Cards Against Humanity®.
https://nos.alv.nz
Other
4 stars 4 forks source link

Add useSetupSocketHandlers() hook #141

Closed taitfuller closed 2 years ago

taitfuller commented 2 years ago

src/GameRouter.tsx was getting quite unwieldy. This is a simple change that creates a clear separation between GameRouter (probably due to be renamed GameApp or similar in the future) and useSetupSocketHandlers(). While both are due for more refactoring down the line, I think this is a good change for now.