react-component-starter-kit icon indicating copy to clipboard operation
react-component-starter-kit copied to clipboard

This is supposed to be a simple starter-kit for creating Open Source React Components

Results 5 react-component-starter-kit issues
Sort by recently updated
recently updated
newest added

You have a great `.npmignore` file. I thought that it possibly could be better if you use default Node.js npmignore file provided by GitHub. I believe the content of it...

Most often React component come with supplementary style sheet files like CSS or, even more often, SCSS or LESS which have to be transpiled into CSS. It would be awesome...

I just wondering if `test/` folder is the best location for the test files. In a relatively small component it is not a big deal. But for a fairly complex...

First of all I wanted to say that I really like your repo. Awesome work! I was thinking that maybe adding `.npmignore` would be very beneficial to the project. I...

According to multiple sources there is no need for `use strict` statement in ES6 code. [StackOverflow question](http://stackoverflow.com/a/31685340/812519) [ECMAScript 2015 Language Specification](http://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code) Plus transpiled ES5 code already has `use strict` statement...