Created by: gaearon
I know this is more files but hear me out
This shows:
- How to import component from another component
- That components can contain custom components aside from
<div>
s - That there is a convention of naming components with capital letters and associated
.css
files - That we recommend that CSS file is non-cascading and uses something like BEM — in both cases
- It also makes
App
simpler
Thoughts?