We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
기본 명세 사이트 : https://reactrouter.com/en/main/router-components/browser-router
참고자료 : https://goddaehee.tistory.com/305 https://velog.io/@wiostz98kr/TIL49-l-React-%EB%A6%AC%EC%95%A1%ED%8A%B8-%EB%9D%BC%EC%9A%B0%ED%84%B0React-Router-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-Feat.-SPA
세번째 과제입니다. 리액트 라우터를 경험해봅시다.
필수 구현
프로젝트 폴더에서 npm install react-router-dom 또는 yarn add react-router-dom 으로 라우터를 설치해주세요.
npm install react-router-dom
yarn add react-router-dom
/ : 인스타그램 로그인 클론 페이지를 라우팅해주세요 /main : 표 형태의 게시글 목록 페이지를 작성해 주세요. 디자인은 자율입니다. 작성한 유저의 닉네임, 게시글 제목, 댓글 수, 작성한 시간이 표에 포함되어 있어야 합니다. 표는 각 열의 정보를 담는 행 1개, 실제 게시글 정보를 담고있는 행 2개로 구성해 주세요. 실제 게시글 정보는 임의로 구성하시면 됩니다.
보너스 구현
a 태그를 사용하지 말고 Link 라는 컴포넌트를 찾아보세요
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기본 명세 사이트 : https://reactrouter.com/en/main/router-components/browser-router
참고자료 :
https://goddaehee.tistory.com/305
https://velog.io/@wiostz98kr/TIL49-l-React-%EB%A6%AC%EC%95%A1%ED%8A%B8-%EB%9D%BC%EC%9A%B0%ED%84%B0React-Router-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-Feat.-SPA
세번째 과제입니다.
리액트 라우터를 경험해봅시다.
필수 구현
보너스 구현
The text was updated successfully, but these errors were encountered: