You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StaticDataProvider.jsx for static data provided by the backend REST API. This is a React Context with a custom hook to "use" the data.
GameStore.jsx global react-easy-state store for dynamic game-related data and functions. This file is responsible for socket.io communication, it emits game-state changing events and listens for updates.