Open Issues Need Help
View All on GitHub Web Development • Video Editing
Persist user edits 2 months ago
AI Summary: Implement persistent storage for user edits in a browser-based video editor built with Next.js, React, and MobX. The current editor loses unsaved work on refresh or tab closure. The task involves deciding on a storage mechanism (e.g., local storage, server-side database) and integrating it with the existing React context to save and load video edit data (source clips, text, positions, etc.).
Complexity:
3/5
enhancement good first issue question