data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Three things stand between us and marking PolarisMode as recommended. 1) expose reactive state props which will be added by `withDefaults` 2) expose utilities for common operations like rollback (might...
Some feature ideas - trace requests - see both clean and dirty state of a record - explore the cache - invalidate requests - highlight DOM content inside of request...
this will reduce surface area and simplify import suggestions
- [x] have typedoc consume declarations instead of source files so that we can ship docs for `@warp-drive/ember` - [x] setup typedoc in `eslint-plugin-warp-drive` improve the linting section of the...
currently the eslint rule converts ```diff -import type Store from '@ember-data/store'; +import type Store from '@warp-drive/core'; ```
We added (and thus exposed via *) some exports, mostly types. We should either (A) also account for new exports added over time in our book-keeping or (B) say the...
see title
disabled temporarily because their failures cause the main suite to not complete
extracted from https://github.com/warp-drive-data/warp-drive/pull/10282