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] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

  • c9ca31f3f4 Thanks @ntucker! - Better track state changes between each action

    Since React 18 batches updates, the real state can
    sometimes update from multiple actions, making it harder
    to debug. When devtools are open, instead of getting
    the real state - track a shadow state that accurately reflects
    changes from each action.

  • 4ea0bc83f6 Thanks @ntucker! - Docs: Update repo links to reactive organization

  • Updated dependencies [c9ca31f3f4, 4ea0bc83f6]:

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

  • c9ca31f3f4 Thanks @ntucker! - Better track state changes between each action

    Since React 18 batches updates, the real state can
    sometimes update from multiple actions, making it harder
    to debug. When devtools are open, instead of getting
    the real state - track a shadow state that accurately reflects
    changes from each action.

  • 4ea0bc83f6 Thanks @ntucker! - Docs: Update repo links to reactive organization

  • Updated dependencies [4ea0bc83f6]:

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #2803 386372ed4d Thanks @ntucker! - Replace BackupBoundary with UniversalSuspense + BackupLoading
    BREAKING: Remove BackupBoundary

  • #2803 386372ed4d Thanks @ntucker! - BREAKING: In dev mode add second suspense boundary for devtool button. This will cause hydration mismatch if packages are not the same.

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #2803 386372ed4d Thanks @ntucker! - Support devButton CacheProvider prop from 'react'

    BREAKING: @data-client/redux relies on new ProviderProps exported by @data-client/react

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

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #2803 386372ed4d Thanks @ntucker! - BREAKING: In dev mode add second suspense boundary for devtool button. This will cause hydration mismatch if packages are not the same.

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

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

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 664d3eacff Thanks @ntucker! - Remove dev warning for old versions of client

  • #2799 26a3843d1b Thanks @ntucker! - Removed some forms of automatic entity validation

    • Now allow missing schemas making it easier to declare partials
    • Removed logic for certain keys found out of defaults

    We are generally trying to be more lax and focus on catching
    clearly wrong signals. A lot of help comes from network response
    form detection.

  • Updated dependencies [664d3eacff, 26a3843d1b]: