Frontmatter
| id | 49 |
| title | data.Store v2 |
| state | Closed |
| labels | enhancementhelp wantedstale |
| assignees | [] |
| createdAt | Nov 18, 2019, 2:22 AM |
| updatedAt | Sep 29, 2024, 4:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/49 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 29, 2024, 4:38 AM |
Since store data objects get changed into "records", i think Nige's idea that a store uses a collection instead of extending it sounds better at this point.
With record i am NOT meaning instances of model, but a more lightweight abstraction of objects. See: https://github.com/neomjs/neo/blob/dev/src/data/RecordFactory.mjs for details.