can-connect
can-connect copied to clipboard
Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
__How often can you reproduce it?__ - [x] Always - [ ] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ Although the...
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...
The current docs are useless: https://v3.canjs.com/doc/can-connect/can/ref/ref.Map.Ref.html
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
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....
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...
The Link is in readme.md
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...
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...