Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 203 Bytes

naming.md

File metadata and controls

13 lines (8 loc) · 203 Bytes

Naming conventions

Component File and Components:

  • Follow PascalCase for component files and components.
ComponentName.jsx

class ComponentName

export default ComponentName