Web_study_220712

TIL 2022_07_12

React.js 공부
Key개념

  • For the tags which are dynamically allocated, developer should provide “key” value so that react can distinguish the changes and render them efficiently

Tic-Tac-Toe게임에 여러 기능을 추가했다.

  • Rewrite board render logic
  • Add toggle button for changing history ordering
  • Add highlighting squares that caused the win
  • Add new status for draw

프로필 웹페이지 프로젝트 시작

  • Vercel 플랫폼에서 제공하는 next.js템플릿을 사용했다.
  • 프로필 사진 추가, 제목 수정