Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Modules

App
AppEntry
Bootstrap

App

App~App(props) ⇒ JSX.Element

Curiosity application start.

  • Loads locale
  • Provides authentication

Kind: inner method of App

ParamTypeDefault
propsobject
[props.getLocale]reduxActions.user.getLocalereduxActions.user.getLocale
[props.useDispatch]storeHooks.reactRedux.useDispatchstoreHooks.reactRedux.useDispatch
[props.useSelector]storeHooks.reactRedux.useSelectorstoreHooks.reactRedux.useSelector

AppEntry

AppEntry~AppEntry() ⇒ JSX.Element

Application entry.

  • A platform required file, including how it's cased.

Kind: inner method of AppEntry

Bootstrap

Bootstrap~element : HTMLElement

Find root element within HTML template.

Kind: inner constant of Bootstrap

Bootstrap~Render : function

Attach application to the root element, html

Kind: inner typedef of Bootstrap