Dounan Shi

Results 3 issues of Dounan Shi

Love this idea Chris! I'd like to fork and play with the code a bit, but am hesitant to do so without a LICENSE file. Would you be willing to...

### Best reviewed 1 commit at a time There was a time when the library would try to transform all inline functions, including render callbacks, and try to prevent any...

Currently, the babel plugin looks for `JSXExpressionContainer` to figure out which inline functions to transform. However, if the code is not using JSX and using `React.createElement` or `React.cloneElement` then nothing...

enhancement
help wanted