LearnHeader
Extends:
react~Component → LearnHeader
Method Summary
| Public Methods | ||
| public |
Invoked immediately before a component is unmounted and destroyed, to update our states |
|
| public |
Gets additional resource information for signup |
|
| public |
Gets Notification |
|
| public |
Gets purchaser information for signup |
|
| public |
Gets vendor information for signup |
|
| public |
Gets current user |
|
| public |
render(): html Loads the header with different buttons depending on if user is logged in. |
|
| public |
Sets notification |
|
Public Methods
public componentWillMount() source
Invoked immediately before a component is unmounted and destroyed, to update our states
public render(): html source
Loads the header with different buttons depending on if user is logged in. Or an admin
Return:
| html | returns head with specific buttons depending on user |