import React, { PropTypes } from 'react' class HomePage extends React.Component { static propTypes = { styles: PropTypes.arrayOf(PropTypes.string), scripts: PropTypes.arrayOf(PropTypes.string), stats: PropTypes.object } static defaultProps = { styles: [], scripts: [], stats: {} } render = () => { const { styles, scripts, stats } = this.props return ( npmcdn {styles.map(style => )}