Logs in a user by setting the overall state of the app.
the user to be logged in.
Logs a user out by changing the state of the app.
Handles rendering which page depending on the URL. Also renders the Navbar. Handles state by passing in information about the user to all components.
Generated using TypeDoc
The super component for the entire application. Handles passing state to all components, such as user login/logout. Also handles setting up the router for routing to different links depending on the current URL.