Home Reference Source
public class | source

View

Extends:

React.Component → View

A page wrapper component that can update the user's language from a route param.

Method Summary

Public Methods
public

Updates the user's language from a route param is it's different than the stored language and then corrects the URL.

public

render(): React.Component

Renders the page passed through the props.

Public Methods

public componentDidMount() source

Updates the user's language from a route param is it's different than the stored language and then corrects the URL.

Emit:

updateSettings

public render(): React.Component source

Renders the page passed through the props.

Return:

React.Component