Curiosity application start.
- Loads locale
- Provides authentication
Kind: inner method of App
Param | Type | Default |
---|---|---|
props | object | |
[props.getLocale] | reduxActions.user.getLocale | reduxActions.user.getLocale |
[props.useDispatch] | storeHooks.reactRedux.useDispatch | storeHooks.reactRedux.useDispatch |
[props.useSelector] | storeHooks.reactRedux.useSelector | storeHooks.reactRedux.useSelector |
Application entry.
- A platform required file, including how it's cased.
Kind: inner method of AppEntry
Find root element within HTML template.
Kind: inner constant of Bootstrap
Attach application to the root element, html
Kind: inner typedef of Bootstrap