data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
## Description Adds double store setup guide from EmberConf talk ## Notes for the release
## Description - Current message of "Error: Multiple versions of WarpDrive detected, the application will malfunction." is hard to action on as it does not give the user enough context...
A thought I had: can we add another category of methods to the schema service: ``` registerKind(kind: KindFn) kind(field: Field | { kind: string }): KindFn; ``` this would either...