Henrik Joreteg
Henrik Joreteg
I'm using JSX syntax to generate `virtual-dom/h` code using babel plugins ([this specifically](https://github.com/HenrikJoreteg/babel-plugin-h-children-fix)). Only problem is, now `standard` complains because `React` is not in scope. Not quite sure how this...
To help state the problem in the form of test.
It's come up in chat a few times and ampersand handles this quite well. There's a basic gist of it here: https://gist.github.com/HenrikJoreteg/e76d72b0559ae9b6061b but it'd need to be polished up a...
I think a better guide would have prevented this confusion: https://github.com/AmpersandJS/ampersand-state/issues/31
See this: https://github.com/blakeembrey/change-case/blob/master/change-case.js as an example.
Hey, Thomas! When requiring a module with CommonJS style I generally assume it's not going to create any globals for me. Since I'll be assigning the required module to your...
I'm happy to add anyone who will try their best to: Keep with the style and simplicity of the project. Make sure any new features are in fact useful for...
I'm happy to add anyone who will try their best to: 1. Keep with the style and simplicity of the project. 2. Make sure any new features are in fact...
Chapter 7 - Views and the DOM: renderCollection example and preceding text: The preceding text doesn't mention renderCollection's third argument - container - and does mention the fourth argument -...