import React from 'react'; //DOCS: props.uri is the address of a live news-server //DOCS: props.newsKey is the key of the live news-server const NewsPublisher = props => { let titleElement, authorElement, bodyElement; return (

News Publisher

{ e.preventDefault(); await handleSubmit(titleElement.value, authorElement.value, bodyElement.value, props.uri, props.newsKey); titleElement.value = authorElement.value = bodyElement.value = ''; }}>
titleElement = e } />
authorElement = e } />