Hubert Drecker
Hubert Drecker
I don't think this has anything to do with this library: It all depends on what you have as surrounding code. Are you directly returning the Choose block? Would it...
@AlexGilleran: We use `buildChildren`, which needs to be fixed, as mentioned here: https://github.com/babel/babel/issues/7069#issuecomment-352924174
I don't think this will work. With `args={{store0, store1, store2}}` you're actually creating a new object with the known variables `store0`, etc. which you then pass into the component ``....
In my opinion the succinct version would be the flat if-else. ``` a lot of stuff one-liner ``` Discussion #32
I don't think that the deprecated Else-Syntax needs to be revived. In your suggested version it is not as readable as it should be: `` and `` should be on...
Nice suggestion, but it makes a strange construct even more weird. First of all we are using a string to define a variable. That is neither elegant nor unproblematic; at...
@navgarcha you're right to use a function there to 1) create variables and 2) use those variables in the correct scope. But as soon as you use functions it defeats...
Thanks for your contribution. Can you open up a PR? Then we (whoever that is :-) ) can work together to refine your approach.
This project can only be used with browserify builds... Are you using webpack? Or how do you require images via browserify?
there is another project: https://github.com/theogravity/react-styleguide-generator-alt