🖥️
Full stack Typescript
  • Introduction
  • Environment setup
    • Workspace setup
    • Firebase project setup
    • Firebase authentication
    • Firestore database
    • Firebase hosting
  • Getting started with the Full Stack Typescript repository
  • Workflows
    • Development workflow
      • Component workflow
        • Application Toolbar component example
      • Feature workflow
        • User Account feature example
      • Function workflow
        • Update User Account callable function example
      • Web3 function workflow
        • Query Ethereum balance callable function example
    • Icon workflow
    • Push notification workflow
    • PWA workflow
      • Making your PWA Google Play Store ready
    • Secret Manager API workflow
  • Styleguide
    • Architecture overview
    • Naming conventions
    • Single-responsibility principle
  • Change Requests
    • Request for changes
      • Change pattern proposal template
      • New pattern proposal template
Powered by GitBook
On this page
  1. Change Requests
  2. Request for changes

New pattern proposal template

RFC for a new pattern

PreviousChange pattern proposal template

Last updated 2 years ago

New Pattern Proposal

NEW_PATTERN_NAME

(1-2 sentence summary of pattern)

Advantages of new pattern

  1. (list out pros)

  2. Link to external reference, if available

Disadvantages of new pattern

  1. (list out cons)

What is the impact on our existing codebase?

(1-2 sentence summary)

(link to the branch with a reference implementation and 1-2 sentence summary)

Reference implementation