Mike Dane

Results 8 issues of Mike Dane

Below is a list of suggested changes/improvements that can be made to the existing documentation on the [Setting Up CanJS](https://canjs.com/doc/guides/setup.html) page in response to #4116 Since this documentation is split...

documentation

Below is a list of suggested changes/improvements that can be made to the existing documentation on the [Service Layer](https://canjs.com/doc/guides/data.html) page in response to #4116 Since this documentation is split up...

documentation

Below is a list of suggested changes/improvements that can be made to the existing documentation on the [Routing](https://canjs.com/doc/guides/routing.html) page in response to #4116 Since this documentation is split up into...

documentation

Below is a list of suggested changes/improvements that can be made to the existing documentation on the [HTML](https://canjs.com/doc/guides/html.html) page in response to #4116 Since this documentation is split up into...

documentation

Currently ylem's `connect` function takes a ViewModel and a Component, but it can also take a second argument which is a config object. Currently this config object only supports one...

Ylem is trying to make rendering react components more efficient and solve the following rendering problem: When rendering an ylem component, you might have props of `{ foo: 'bar', bam:...

When the `map()` function is called on a `ObserveArray` it tries to convert all the items in it into Proxies. This is not necessary when the map is returning JSX....

enhancement

Small bug in [observable-component.js](https://github.com/bitovi/ylem/blob/master/lib/observable-component.js) on line `95` `canReflect.splice(canKey.get(observable, key), values.index, values.deleteCount, values.insert);` This code seems to be modifying the original prop that was passed instead of replacing it with the...

bug