data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
The schema parser should convert our Typescript DSL into - API/Cache create type - API/Cache update type - API/Cache read type - UI create type - UI update type -...
current code mod does not handle models, we should create one that does and generates types / unrolls mixins as well. Ideally we could just update the existing, though may...
its not clear if/how we could make this work for the typescript story, but at least for the schema story we should consider making it possible to inline parse a...
EmberData has changed, and as we prepare for the Polaris edition a key milestone will be generating updated documentation to show modern usage. The library as shown by the current...
Currently it crashes because the release branch almost always has a different pnpm version than the main/pr branch. We should update this workflow to either re-setup pnpm on a per-branch...
# 6.0 Roadmap **Target Date:** Fall 2023 ## Overview The **EmberData** Team intends to release a major version of the library around/during the summer of 2023. This issue tracks the...
We would still like to implement emberjs/rfcs#332 This entails: - adding methods for retrieving resource level links and meta to the cache API - adding links/meta to the response of...
The AssetSizeCheck that runs on PRs could be improved in the following ways, listed below in the order of priority - [x] We should update the comment in place instead...
In many situations we don't need to flush remote updates until access has occurred. This improves performance when the received state would not be readily observed by the consuming application,...