Will give it a try, thanks!
Posts made by genox
Hi,
Not sure if I’m missing something in the documentation. Is there a way to export TS Interfaces from the Colyseus project for inclusion in the frontend TS project? Similar to what the CLI tool offers for C#?
Hi,
I wonder - is there a guide somewhere that lays out best practices to use Colyseus within a React SPA/PWA?
There’s a lot of finicky things to consider for a medium/big game. How to handle global state, how to handle connections and reconnects, all in combination with the react lifecycle methods.
Im currently dipping my toes in this and there’s a few things I’m not exactly sure on how to best handle going forward. It’s a turn based game and the state is going to be quite large (multiplayer strategy).
I would be super thankful if someone who already worked on a React implementation could share their experience. I can share my experience so far but I really just scratched the surface, as I’m only just starting with gameplay after setting up devops and basic connection handling and matchmaking.