ylem icon indicating copy to clipboard operation
ylem copied to clipboard

Get can-connect 3.X-pre working with ylem

Open justinbmeyer opened this issue 6 years ago • 0 comments

Make a demo similar to:

https://canjs.github.io/next/demos/can-realtime-rest-model/can-realtime-rest-model.html

Source:

https://github.com/canjs/canjs/blob/major/demos/can-realtime-rest-model/can-realtime-rest-model.html

Make it first work with a "manually" made QueryLogic:

import {dataTypes} from "can"


realTimeRestModel({
  queryLogic: new QueryLogic({
    identity: ["id"],
    keys: {
      dueDate: dataTypes.date
    }
  })
})

justinbmeyer avatar Jun 19 '18 20:06 justinbmeyer