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.
관련 이슈
🔒 Closes
(#11)
작업내용
추후 진행할 사항
태그, search 뷰와 연결
리뷰포인트
#11 (comment)
해당 이슈에 추가한 검색 로직 확인 후 PR부탁드립니다
Search 뷰는 검색바에서 넘긴 쿼리를 받아 뷰 보이면 될 것 같습니다.
태그와 연동 방향은 상의가 필요할 것 같은데 생각해본건 태그를 선택하면 검색창에 검색한 것과 같이 구현하는 방법입니다
SearchBar 코드를 약간 수정해 tag에서 prop을 받아오는 방법으로 처리 가능할 것 같습니다
function SearchBar({tag}){ const [query, setQuery] = useState(tag) ... );
Reference
Checklist