Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active August 29, 2025 16:38
Show Gist options
  • Select an option

  • Save taptapdan/02b9857b1fa01fde5246b0bd04cbae8b to your computer and use it in GitHub Desktop.

Select an option

Save taptapdan/02b9857b1fa01fde5246b0bd04cbae8b to your computer and use it in GitHub Desktop.
Style

Comments

Separate sections with clear comments

Example

// *****************************************************************************
// TYPES

type CardProps = { ... };

// *****************************************************************************
// COMPONENT

export function Card(props: CardProps) { ... }

Snippet

"Comment Section": {
  "prefix": "////",
  "body": [
    "// *****************************************************************************",
    "// ${1:SECTION}"
  ],
  "description": "Comment Section"
}

Organization

One-off styles placed into colocated ui folder

- pages/
  - Users/
    - ui/
      - UserCard.tsx
    - Users.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment