Skip to content

Naming Conventions

This package uses some naming conventions to simplify the code. The following type name prefixes have specific meanings.

  • P means "Props" for a given React component
  • S means "State" for a given React component
  • F is used for every other type