Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 작업 내용
react로 doto 구현했습니다
✨ 상세 작업 내용
React와 TypeScript 환경으로 전환하여, useState를 활용한 상태 관리 기반으로 코드를 전면 리팩토링했습니다. 이를 통해 일일이 태그를 찾아 수동으로 화면을 변경하던 방식에서 벗어나, 데이터 변화에 따라 UI가 자동으로 렌더링되도록 리액트의 핵심 동작 원리를 적용해 개선했습니다.
또한, 컴포넌트가 분리됨에 따라 상태를 하위로 계속 전달해야 하는 방식을 바꾸기 위해 Context API를 이용했습니다
📸 스크린샷
✅ 체크리스트