class ReactStubs

A collection of React.js view, component, and util stubs.

Methods

static string
authLogin()

Sub for auth/Login.jsx page component.

static string
authRegister()

Stub for auth/Register.jsx page component.

static string
errorNotFound()

Stub for restoring required error/NotFound.jsx page component if accidentally deleted.

static string
homeIndex()

Stub for home/Index.jsx page component.

static string
profileImageSorter()

Stub for ProfileImageSorter.jsx component.

static string
profileEdit()

Stub for profile/Edit.jsx page component.

static string
profileIndex()

Stub for profile/Index.jsx page component.

static string
profileUpdatePassword()

Stub for profile/UpdatePassword.jsx page component

Details

at line 14
static string authLogin()

Sub for auth/Login.jsx page component.

Return Value

string

The contents of the auth/Login.jsx page component.

at line 79
static string authRegister()

Stub for auth/Register.jsx page component.

Return Value

string

The contents of the auth/Register.jsx page component.

at line 185
static string errorNotFound()

Stub for restoring required error/NotFound.jsx page component if accidentally deleted.

Return Value

string

Contents of the error/NotFound.jsx page component.

at line 204
static string homeIndex()

Stub for home/Index.jsx page component.

Return Value

string

The contents of the home/Index.jsx page component.

at line 276
static string profileImageSorter()

Stub for ProfileImageSorter.jsx component.

Return Value

string

The contents of ProfileImageSorter.jsx file.

at line 431
static string profileEdit()

Stub for profile/Edit.jsx page component.

Return Value

string

The contents of the profile/Edit.jsx page component.

at line 519
static string profileIndex()

Stub for profile/Index.jsx page component.

Return Value

string

The contents of the profile/Index.jsx component.

at line 601
static string profileUpdatePassword()

Stub for profile/UpdatePassword.jsx page component

Return Value

string

The contents of the profile/UpdatePassword.jsx component.