import React from 'react'; import Preview from './preview.jsx'; class Title extends React.Component { constructor (props) { super(props); this.handleInput = this.handleInput.bind(this); } handleInput (e) { e.preventDefault(); const name = e.target.name; const value = e.target.value; this.props.updateUploaderState(name, value); } render () { return ( ); } } class Channel extends React.Component { render () { return (
By clicking 'Upload', you affirm that you have the rights to publish this content to the LBRY network, and that you understand the properties of publishing it to a decentralized, user-controlled network. Read more.