Adam L Barrett

Results 14 issues of Adam L Barrett

For: http://canjs.github.io/canjs/doc/guides/comparison.html Write a page highlighting the advantages of CanJS over other Frameworks like React and Angular 2

documentation
p2
developer relations

Though `devalue.stringify()` appears to work on nested `Map`s correctly, `devalue.uneval()` does not handle the references correctly. From a setup like this: ```js import * as devalue from 'devalue'; const node1...

So, when using steal, the stage-2 ES feature **Class Properties** works with steal in the browser, but fails when building with steal-tools. Here is a simple recreation gist: https://gist.github.com/anonymous/bd71f1e976b0cc568f1bdd36efea506b Simply...

When I tried to use this package with [unpkg.com](https://unpkg.com) it did not work: https://unpkg.com/[email protected]/dist/global/can-fixture.js Because the `dist` directory isn't in the npm package. ![image](https://user-images.githubusercontent.com/76821/27661358-3813ef86-5c17-11e7-99ab-e5e4d7209d9d.png)

enhancement
help wanted
easy
p2

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...

question

**Is your feature request related to a problem? Please describe.** In order to take advantage of the React suspense component, along with concurrent mode, so that w don't have to...

enhancement

**Is your feature request related to a problem? Please describe.** Having to define a lot of callbacks from the dispatch method can be tedious: ```jsx const [ { restaurant },...

enhancement
question

**Describe the bug** Despite [this test](https://github.com/BigAB/use-epic/blob/master/test/test.js#L37) passing, for the first render the state is always `undefined`. **To Reproduce** Steps to reproduce the behavior: 1. import `useEpic` 2. use it in...

bug

**Describe the solution you'd like** Provide type definitions to typescript users **Describe alternatives you've considered** I would accept a PR that just adds the typedefs, but if I do it...

enhancement

Recreate this JSBin / Demo http://canjs.com/doc/guides/atm.html But use react-view-models http://jsbin.com/yayupo/10/edit?html,css,js,output