Skip to content

Instantly share code, notes, and snippets.

@zvictor
Created June 3, 2016 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvictor/41f99cabf79436918ec05bf7006634d8 to your computer and use it in GitHub Desktop.
Save zvictor/41f99cabf79436918ec05bf7006634d8 to your computer and use it in GitHub Desktop.
List of css modules for React to be evaluated at http://www.timqian.com/star-history/
var list = ['Khan/aphrodite',
'martinandert/babel-plugin-css-in-js',
'rtsao/csjs',
'webpack/css-loader',
'jareware/css-ns',
'krasimir/cssx',
'colingourlay/hyperstyles',
'j2css/j2c',
'petehunt/jsxstyle',
'FormidableLabs/radium',
'gajus/react-css-modules',
'blakeembrey/react-free-style',
'RickWong/react-inline-css',
'martinandert/react-inline',
'jsstyles/react-jss',
'rofrischmann/react-look',
'necolas/react-native-web',
'elierotenberg/react-statics-styles',
'nick/react-styl',
'js-next/react-style',
'pluralsight/react-styleable',
'rtsao/react-stylematic',
'azazdeaz/react-theme',
'fdecampredon/react-vstyle',
'casesandberg/reactcss',
'rtsao/scope-styles',
'hackhat/smart-css',
'kodyl/stilr',
'andreypopp/styling',
'bloodyowl/stile',
'bloodyowl/react-media-queries'];
var i = 0;
var input = $('#repo');
var button = $('button');
function y (value) { input.value = value; button.click() }
list.map(function(repo){
setTimeout(function(){ y(repo); console.log(repo) }, i * 5000);
i++;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment