HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤎
프론트엔드 데브코스 5기 교육생
/
소인성팀
소인성팀
/
팀프로젝트-모모
팀프로젝트-모모
/
🛠️
리팩토링
/
16번째 라인 getApi 함수

16번째 라인 getApi 함수

설명
‘언제 모일래’ 채널 데이터 posts 호출
경로
src/pages/MainPage/CardsArea/UnsheduledCards.tsx
개선 사항
상태
const { response, error, isLoading } = useAxios<IPost[]>(() => getApi(`/posts/channel/${unscheduledChannelId}`), );