data-client

Async State Management without the Management

APACHE-2.0 License

Downloads
44.4K
Stars
1.9K
Committers
37

Bot releases are visible (Hide)

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • 00d4205 Thanks @ntucker! - Add funding package.json field

  • 8a8634c Thanks @ntucker! - Update SnapshotInterface to include improvements in getError type

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Minor Changes

  • #3038 7a22440 Thanks @ntucker! - Rely on ErrorBoundary from '@data-client/react' rather than error-boundary package.

    BREAKING CHANGE: This means only 0.11 and higher of '@data-client/react' is supported

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • #3030 068ae03 Thanks @renovate! - Use @testing-library/react-hooks act as it is fully compatible with 17,18,19 of React

  • 95524f8 Thanks @ntucker! - Prefer using act from 'react' (v19)

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • #3028 b173c52 Thanks @ntucker! - Warn for capitalization mistakes when calling createResource()

    Endpoint and Collection are both capitalized because they
    are classes. However, this may not be intuitive since other arguments are lower-first. Let's add a console.warn() to help
    guide, since this may be intentional?

    export const UserResource = createResource({
      urlPrefix: CONFIG.API_ROOT,
      path: "/users/:id",
      schema: User,
      // this should be 'Endpoint:'
      endpoint: AuthedEndpoint,
    });
    
data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

data-client - @data-client/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes