can-connect icon indicating copy to clipboard operation
can-connect copied to clipboard

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.

Results 62 can-connect issues
Sort by recently updated
recently updated
newest added
trafficstars

__How often can you reproduce it?__ - [x] Always - [ ] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ Although the...

bug
documentation

Please add additional details about how `can/tag/` works and how to use it. Right now, the docs show a brief example of how `get-list` is made available on the custom...

help wanted
p2
documentation

The current docs are useless: https://v3.canjs.com/doc/can-connect/can/ref/ref.Map.Ref.html

help wanted
ready
p2
documentation

https://jsbin.com/voraxahuje/1/edit?html,js,output Ordering in can-connect uses an Array sort comparator that checks sortedIndex (the index of the behavior in connect.order) against sortedIndex if it exists on both items, or originalIndex (the...

The current docs aren’t particularly informative: https://v3.canjs.com/doc/can-connect/Instance.html

help wanted
ready
p2
developer relations

Say someone wants to make a request like: ```js Message.getList({ sort: "lastName asc", where: { first: "Joe" } }) ``` But `sort` and `where` aren't supported yet by the server....

enhancement

Redux requires you to architect your app with a god-like state "container" - components must be aware of this container and the container must know about all of the operations...

This is a question more than an issue Currently a [Ref](https://v3.canjs.com/doc/can-connect/can/ref/ref.Map.Ref.html) uses the `idProp` returned from `getIdProps(connection)[0]` to decide the interface for getting the **ID** of the reference. For example...

question

I'm having issues when deleting items, it looks like the cache is not being updated and generating an error in the browser. Somehow it ends up trying to read the...