Open Issues Need Help
View All on GitHubAI Summary: Refactor the Neo.data.Store class in the Neo.mjs framework to use Neo.collection.Base through composition instead of inheritance. This involves removing the inheritance, creating a private instance of Neo.collection.Base within Neo.data.Store, delegating collection operations to this instance, and focusing Neo.data.Store on its core data loading and management responsibilities. Thorough testing is crucial to ensure functionality remains intact after the refactoring.
The multi-threaded frontend framework for ultra-fast, desktop-like enterprise web applications
AI Summary: Investigate why new Service Worker versions are getting stuck in a waiting state in Chrome. This involves examining the Neo.mjs Service Worker code to ensure `skipWaiting()` is correctly triggered. The issue is not directly related to the Neo.mjs core framework, so other developers can assist.
The multi-threaded frontend framework for ultra-fast, desktop-like enterprise web applications