-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend Status Store #53
Comments
jotai looks good also one thing, do we need something like react query to manage our server state? I haven't used react query, but it's very popular. |
For managing server state But I guess in our game |
ok, I see👌 |
It is time to document API endpoint to socket.io server, to let frontend people know how to interact with Relevant discussion :
|
@KalpasWang @sandytang886
Any suggestion on how to store the status in frontend?
e.g. how many cultists & shoggoths left?
user info?
turns left?
that kind of thing
A library that I have used is named jotai
which is a more atomic one compared with redux
https://jotai.org/docs/basics/comparison
The text was updated successfully, but these errors were encountered: