FACxBeamery / antonio-project-week-6

0 stars 0 forks source link

component naming conventions #10

Closed arrested-developer closed 5 years ago

arrested-developer commented 5 years ago

It's good practice for your component filenames to match the React component within them, so for example if I have a component called Header I might keep it in components/Header.js, and define the styles in components/Header.styles.js

AntonioGargaro commented 5 years ago

File naming convention is now consistent across all files.