ylem icon indicating copy to clipboard operation
ylem copied to clipboard

Add Observable View-Models to React components

Results 23 ylem issues
Sort by recently updated
recently updated
newest added

Just as a precaution, to weed out people dismissing ylem before giving it a fair shot, we should check out how ylem performs in the [react-dev-tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) **profiler** tab. Specifically we...

* [ ] remove `Component` and related docs * [ ] remove `ylem` function and related docs * [ ] make `connect` docs the only docs * [ ] remove...

They are currently written using v0.5, and should use the latest pre-release. [Chat](https://github.com/canjs/react-chat) [To Do MVC](https://github.com/canjs/react-todomvc) Related - #12 (ATM)

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

Currently ylem is 109K minified / 27.4K gzipped. This was determined by running a build using [this test repository](https://github.com/DesignByOnyx/ylem-build-test), and then running the built code through Google closure compiler. Here's...

- [ ] Review existing content - [ ] Linking to CanJS's docs for `can-observe` - [ ] Documenting decorators - [ ] Real webpack config - [ ] Dead...

With all the rewrites lately, the tests have become rather scattered and mixed. I think there should be a test file for * each lib file, using the simplest Store...

There seems to be a problem when rendering nested React components from a `can-observe` array when updated asynchronously. Failing test here: https://github.com/bitovi/ylem/pull/159/ See comments in the test for more potentially...

bug
fixed in branch

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: ```js import {dataTypes} from "can" realTimeRestModel({ queryLogic: new QueryLogic({ identity: ["id"], keys: {...

- [ ] Add specific benefits to the homepage - [ ] Easy for developers of all skill levels to understand - [ ] Remove boilerplate (no .setState) - [...