dumb-react
dumb-react copied to clipboard
There were many Warnings/Errors thrown in console for different reasons: - used 'class' instead of 'className' - used `...this.props` on unnecessary places - missing 'key' property on list of components...
Hi Brad! [Prettier ](https://prettier.io/)is an amazing project that could help you to format your code automatically, it seems like a good fit for this project.
Good news @bradfrost! You no longer need to eject CRA in order to get some of that sweet Sass compiling going on. [Take a peek at the documentation](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc). (It's also...