siesta
siesta copied to clipboard
(ON HOLD) Object Graph/Life-Cycle framework for Javascript
Who knows when ES6 Proxy will be available widely though...
Would be nice to be able to do something like `/user/?(P[0-9])/` and include that id in the data? Could perhaps use `XRegExp` although it looks rather hefty. Could enable matched...
String contains query e.g. ``` js User.query({name__contains: 'mi'}).then(function (users) { /* ... */}); ```
Currently the HTTP module can only integrate with JQuery-like ajax libraries e.g. zepto and of course jquery. It would be nice if this could be abstracted in such a fashion...
Trace: data extraction, paths, methods, serialisation, deserialisation Debug: iteration through descriptors, stating success+failure at each step