반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- component
- vite
- c#
- 프로그래밍
- 뇌를자극하는C#
- design-system
- 2024 계획
- 2020년
- 개발자
- 24년 계획
- 회고
- compound component
- nextjs
- front
- css framework
- design
- 2021년
- style-dictionary
- 디자인시스템
- frontend
- 라이브러리제작
- typescript
- javascript
- design token
- npm
- 2023 회고
- 디자인 토큰
- react
- 23년 회고
- 다짐
Archives
- Today
- Total
목록compound component (1)
개탕 IT FACTORY
디자인시스템(2). Compound Component(합성컴포넌트)
개요 기존에 Polymorphic Component에대해서 알아보았다. 다양한 환경에서 다양하게 적용가능한 컴포넌트를 적용하기 위해서는 다형성을 가진 컴포넌트를 제작하였다. 이번에는 그 확장판인 Compound Component (합성컴포넌트)에대해서 알아볼까한다. Compound Component(합성컴포넌트) 무엇인가? Compound components are a React pattern that provides an expressive and flexible way for a parent component to communicate with its children, while expressively separating logic and UI. 출처 상위 구성 요소가 하위 구성 요소와 통신할 수 있..
Front-end
2024. 1. 16. 23:23