URL 매개변수 이용 Article page에서 각 컨텐츠를 보여주기 위해 URL변수를 이용해서 Page가 로드되도록 설정합니다. 그래서 일단 컨텐츠 내용를 담은 page를 src폴더->pages폴더 밑에 article-content.js 파일을 추가합니다. article-content.js const articles = [ { name: 'learn-react', title: 'The Fastest Way to Learn React', content: [ `Welcome! Today we're going to be talking about the fastest way to learn React. We'll be discussing some topics such as install Node.js and ..