DevProgress / csv-simple-search

Generic Search and Export Tool for .csv files
Apache License 2.0
6 stars 3 forks source link

Introduce reactjs boilterplate #1

Closed kahneraja closed 8 years ago

kahneraja commented 8 years ago

Yes yes!!! Boilerplait reactjs with vanialla layout for later styling!

alexyaseen commented 8 years ago

Open question as to how we want to handle CSS. There are a few options:

  1. Regular stylesheet via <link>
  2. Webpack can transform require('styles.css') into a regular stylesheet via <link>
  3. Webpack CSS Modules https://github.com/css-modules/webpack-demo
  4. CSS in JS https://github.com/FormidableLabs/radium
kahneraja commented 8 years ago

i'm not sure @alexyaseen

is one approach easier and simpler from a UX perspective - so we can get more people onboard quickly?

alexyaseen commented 8 years ago

2 might be the best compromise for now to keep the most people involved but still get autoprefixer benefits

kahneraja commented 8 years ago

Update README when done so others know how to fire up their local :)