Open SamparkBhol opened 1 day ago
👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀
go ahead @SamparkBhol
Is your feature request related to a problem? Please describe.
Currently, the UserContext implementation in Design Deck lacks persistence and real-time state management, causing several frustrating issues:
Example scenario: I'm frustrated when working on a collaborative design and I can't see which elements other users are currently editing, leading to conflicting changes. Additionally, having to log in again after a page refresh breaks the creative flow.
Describe the solution you'd like
Describe alternatives you've considered
Redux Persistence
Server-Side Sessions
Browser Storage Only
Additional context Performance target: < 100ms for real-time updates Storage requirements: < 1MB per session