import React from 'react' import { Link } from 'react-router-dom'; function Home() { return (
이름을 입력하세요 { console.log(event.target.value) } }/>
{( this.state.value === null) ? alert('이름을 입력하세요') : }
/* }*/ ) } export default Home;