-
Notifications
You must be signed in to change notification settings - Fork 5
Code Conventions
skyheat edited this page Jun 27, 2022
·
2 revisions
- Be sure to enable {format on save} on VS Code.
- All filenames should be lowercase
index.tsx
- Folder names should be uppercase for components
Component
- All variable names should use Camel Case when appropriate
variableName
- All components should be within a folder
- The main file within components should be
index.tsx
- Code should be documented