Skip to content

Case Conventions

Alex Toff edited this page Mar 13, 2021 · 7 revisions

Javascript

  • Component Names - PascalCase
  • Classes - PascalCase
  • Functions - camelCase
  • variables - snake_case

GraphQL

  • gql Nodes - camelCase

HTML & CSS

  • html tags - kebab-case
  • html attributes - kebab-case
  • props - camelCase
  • html refs - kebab-case
  • IDs - camelCase
  • Classes - kebab-case
Clone this wiki locally