Global

Members

(constant) firebase

A singleton FirebaseApp instance to be shared across the application
Source:
See:
  • initializeApp

(constant) router

Enables client-side routing for our web app. We take advantage of v6 features such as loaders to provide data to our resource tables before rendering. A helpful tutorial for quickly learning React Router can be found here.
Source:

Methods

ModalPopup(props)

Component to render a modal popup
Parameters:
Name Type Description
props ModalOptions Functions to show and toggle Modal state, as well as JSX fields for Modal header, body, and footer
Source:
Returns:
A Modal which pops up on screen conditionally