- Connect to Back-End servers
- Redux asynchronous action processing
- Implement authentication logic using jwt
- Implement login modal
- Implement sign up modal
- Split reducers, actions files
- Fix component structure
- Fix jwt auth logic
- 컴포넌트 구조 설계하기
- 함수형 컴포넌트의 사용
- 모바일 반응형 웹 디자인 적용
- 직접 구현한 백엔드 서버와 연결
Redux
의 동작 과정 이해 및 사용- 여러개의
reducer
를 결합해 사용 React Hook
에 대한 기본적인 이론useState
와useEffect
의 사용 방법ThemeProvider
를 이용한 다크모드 지원redux-thunk
를 이용한 비동기 액션 처리- 함수형 컴포넌트로
Container - Presenter
패턴 사용하기 React Hook
으로 클래스형의Life Cycle
매서드 따라하기