Class: App

App()

Root component, Starting point of this SPA (Single Page application). This component also manages some basic routes for the app. That is "/", "/signup" and "/dashboard". For any other routes it renders an error message.

Constructor

new App()

Source:

Methods

render()

Renders Basic Router.

Source:
Returns:

Root Component