Spaces:
Runtime error
Runtime error
Question about state management using Zustand in this project
#3
by yongenyang - opened
I noticed you are using useArenaStore and useUserStore for managing the game state. How are you handling the persistence between the "Map" and the "Arena" views?
I’m trying to implement something similar for my own project and your implementation of the TopStatsBar sync looks very efficient. Keep up the good work!