Class: App

frontend~App(props)

Main application

Constructor

new App(props)

Initializes state data
Parameters:
Name Type Description
props Array.<any>
Source:

Extends

  • React.Component

Methods

render()

Renders the correct component of the application based on the current state. Connects the Login, Menu, and Dashboard compoenent methods together, following SOLID principles.
Source: