Frontmatter
| id | 3736 |
| title | Stores should support a Reader |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jan 2, 2023, 1:20 AM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3736 |
| author | Dinkh |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
Sometimes data for a store are delivered in a strange way. Instead of using a request and populate the store after working with the data, I would like to see a reader, which prepares the incoming data.
The reader should contain a function that allows the developer to transform the incoming data and return the data, in a way the model understands it.