CMS codebase documentation
GitHubGitHub (opens in a new tab)
  • Introduction
  • Dashboard Codebase
    • Get Started
      • Overview
      • Prerequisites
      • Getting Started
      • Folder Stucture
      • Middleware
      • Naming Convention
      • Utilities
    • Third Party Packages
      • Overview
      • Packages Used
        • Emotion
        • Day js
        • React Favicon
        • React Howler
        • Firebase
  • Web App Codebase
    • Get Started
      • Overview
  • Security Headers
  • Code Commenting
  • Deployment
  • Introduction
  • Dashboard Codebase
    • Get Started
      • Overview
      • Prerequisites
      • Getting Started
      • Folder Stucture
      • Middleware
      • Naming Convention
      • Utilities
    • Third Party Packages
      • Overview
      • Packages Used
        • Emotion
        • Day js
        • React Favicon
        • React Howler
        • Firebase
  • Web App Codebase
    • Get Started
      • Overview
  • Security Headers
  • Code Commenting
  • Deployment

On This Page

  • For declaring variables we will be using camelCase variable names throughout the project like
  • And for creating a folder we use dash in between the words with all small letters like: user-profile
Dashboard Codebase
Get Started
Naming Convention

Naming Convention

For declaring variables we will be using camelCase variable names throughout the project like

const handleLoginSubmit = () => {};

And for creating a folder we use dash in between the words with all small letters like:
user-profile

MiddlewareUtilities

MIT 2024 © Nextra.