Components

Home

<Home />

Constructor

# <Home />

Render Home Page

View Source pages/Home/index.jsx, line 24

A React component

React.Component

Methods

# inner sanitizerOnChange()

It takes an event/value and a regex as parameters

View Source pages/Home/index.jsx, line 185

The value with the first letter capitalized and with all characters that don't match the regex removed

# inner sanitizerOnSubmit()

When the form is submitted, trim the value.

View Source pages/Home/index.jsx, line 178

The value of the input field with the whitespace trimmed.