- File names use camelCase
- Component File names use PascalCase and use the component name
- When containers are next to their component
- The component name should be
<ComponentClassName>.component.js
- The container name should be
<ComponentClassName>.container.js
- The component name should be
This repository was archived by the owner on Jan 7, 2019. It is now read-only.