data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 340 data issues
Sort by recently updated
recently updated
newest added

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...

similarly, make it possible for a handler to be created with a passed service or document the odd way of doing it

:label: doc

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...

:dart: canary
:label: chore

This PR adds Extensions documentation

:dart: canary
:label: doc