data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
When trying to run WarpDrive inside a React Native environment (as part of an experiment), the current implementation fails because it directly accesses browser-specific globals like window.addEventListener and document.visibilityState. ```js...
Failing test created here in `core` tests: https://github.com/BoussonKarel/warp-drive/tree/splice-without-delete-count-fails
I'm not 100% sure, but i think there is an incorrect implemenation of JSON-API in warp-drive with schema record.. The `serializeResources` helper returns the `links` object, which i think is...
Should fix #10394 #10396 #10399
If this PR updates API docs, preview them by: - install [bun](https://bun.sh/docs/installation) (if needed) - install [volta](https://docs.volta.sh/guide/getting-started) and configure it for [pnpm](https://docs.volta.sh/advanced/pnpm) (if needed) - run `pnpm install` in the...
don't know what file this stuff goes in?
similarly, make it possible for a handler to be created with a passed service or document the odd way of doing it
Sketches out reactivityMode and lays groundwork in types etc. Should be relatively easy/quick to implement, and could be further optimized via batching/reduction of work generated by the graph and cache...