username
of this input is stored in React component state.username
prop.username
changes, the new username is passed to the stream. Any blank strings are filtered from the stream, and then the usernames are debounced for one second.USER_DATA_RECEIVE
.handler
sets the payload of any effect with a type of USER_DATA_RECEIVE
into state, ready to be displayed in the UI.