Created
June 3, 2016 17:23
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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