JSPM

can-connect

2.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2304
  • Score
    100M100P100Q120285F
  • License MIT

Data connection middleware and utilities

Package Exports

  • can-connect
  • can-connect/all
  • can-connect/base/base
  • can-connect/cache-requests/cache-requests
  • can-connect/can/base-map/base-map
  • can-connect/can/constructor-hydrate/constructor-hydrate
  • can-connect/can/map/map
  • can-connect/can/ref/ref
  • can-connect/can/super-map/super-map
  • can-connect/can/tag/tag
  • can-connect/connect
  • can-connect/constructor/callbacks-once/callbacks-once
  • can-connect/constructor/constructor
  • can-connect/constructor/store/store
  • can-connect/data/callbacks-cache/callbacks-cache
  • can-connect/data/callbacks/callbacks
  • can-connect/data/combine-requests/combine-requests
  • can-connect/data/localstorage-cache/localstorage-cache
  • can-connect/data/memory-cache/memory-cache
  • can-connect/data/parse/parse
  • can-connect/data/url/url
  • can-connect/fall-through-cache/fall-through-cache
  • can-connect/helpers/clone-data
  • can-connect/helpers/deferred
  • can-connect/helpers/get-id-props
  • can-connect/helpers/get-index-by-id
  • can-connect/helpers/get-items
  • can-connect/helpers/id-merge
  • can-connect/helpers/overwrite
  • can-connect/helpers/set-add
  • can-connect/helpers/sorted-set-json
  • can-connect/helpers/validate
  • can-connect/helpers/weak-reference-map
  • can-connect/helpers/weak-reference-set
  • can-connect/real-time/real-time

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (can-connect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

can-connect

Join the chat at https://gitter.im/canjs/canjs License: MIT npm version Travis build status Greenkeeper badge

can-connect provides persisted data middleware. Use it to assemble powerful model layers for any JavaScript framework, not just CanJS.

Documentation

Read the API docs on CanJS.com.

Changelog

See the latest releases on GitHub.

Contributing

The contribution guide has information on getting help, reporting bugs, developing locally, and more.

License

MIT