Content Menu

be special ✨

프로필사진
  • Write
  • Manage
  • 방명록

be special ✨

검색하기 폼
  • 분류 전체보기 (63)
    • FrontEnd (8)
      • KDC (8)
    • Javascript (37)
      • 기초 (10)
      • 문제풀이 (1)
    • C (1)
    • Git, GitHub (7)
      • git bash (1)
      • GitHub pages (3)
    • HTML (1)
    • ETC (3)
  • Visite

[8주차] 프론트엔드 8주 완성 with React : React & Redux - react 강의

고차 컴포넌트 Higher Order Component https://ko.reactjs.org/docs/higher-order-components.html https://jeonghwan-kim.github.io/2022/05/28/react-high-order-component 컴포넌트를 가져와서 새로운 컴포넌트를 반환하는 함수 함수형 컴포넌트에서도 사용할 수 있다. export default function Button() { const [loading, setLoading] = useState(true); useEffect(()=> { const timer = setTimeout(()=> setLoading(false), 1000)); return ()=> clearTimeout(timer); }..

FrontEnd/KDC 2022. 9. 27. 22:32
« 1 »
«   2022/09   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30

티스토리툴바