Open Issues Need Help
View All on GitHub [Refactor] Migrate State Management from Context API to Zustand about 7 hours ago
AI Summary: This issue addresses a significant technical debt by proposing a migration of the application's fragmented state management, currently relying on Context API, LocalStorage, and component state, to Zustand. The current system causes state synchronization complexity, debugging difficulties, and poor testability, especially within the session protection and WebSocket integration. The refactor aims to centralize state, reduce boilerplate, and enable better debugging and testing.
Complexity:
5/5
enhancement good first issue