넘블 소개
넘블 리서치
넘블 챌린지
베스트 넘블러
넘블 랭킹
Login
리서치 목록
리서치 아카이빙
챌린지 목록
자주 묻는 질문
베스트 넘블러
넘블러 회고록
Login
Share
넘블 소개
넘블 리서치
리서치 목록
리서치 아카이빙
넘블 챌린지
챌린지 목록
자주 묻는 질문
베스트 넘블러
베스트 넘블러
넘블러 회고록
넘블 랭킹
🥈
[TOP2] 2팀 - 은브딩
팀 구성원
넘블러의 이름을 클릭하면, 넘블러 소개 페이지로 연결됩니다.
디자인 :
sohyun
프론트엔드 :
유성
기획 :
오혜수
(팀장),
기획하는맹구
개발 주소
GitHub - yuseong11/numble_senior: 넘블 액티브 시니어 챌린지
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
회고록
액티브 시니어 챌린지 회고록
온보딩 페이지라 라우팅과 데이터 바인딩 에 한정된 부분만 개발했습니다. 코드 스플리팅 //index.tsx const App = lazy(() => import('./App')) const OnboardingPage = lazy(() => import('./routes/onboarding')) const SkipOrStartPage = lazy(() => import('./routes/skipOrStart')) const ErrorPage = lazy(() => import('./routes/error')) const MainPage = lazy(() => import('./routes/main')) 지금은 작은 규모의 페이지지만, 나중에 앱이 커지면 번들까지 커지기 때문에 미리 대비해서 페이지별로 코드 분할(Code Splitting) 했습니다.
서비스 컨셉 PDF
Loading PDF…
최종 결과 발표 영상
목록으로
TOP