react-csjs
react-csjs copied to clipboard
React Higher Order Component for CSJS
Any plans for adding TypeScript type definitions? I've currently just used `require('react-csjs')` and am importing it as type `any`, but would rather not do that. If this isn't on your...
I noticed CSJS hasn't been updated for months now, important features (like noScope) haven't been published. Npm is outdated, issues aren't answered. Right now i pull CSJS from Github, otherwise...
It would be useful to have a UMD build of `react-csjs` so that samples/playground testing and such can be made in [webpackbin](http://www.webpackbin.com/) for example.
Currently, only the first-level CSS is included/injected by `react-csjs` out of the box. It would be nice to also include all of the "extended" styles as well. See https://github.com/rtsao/csjs/issues/51 for...