반응형
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 |
Tags
- react
- 프로그래밍
- component
- 2024 계획
- design token
- 디자인시스템
- typescript
- 2020년
- c#
- css framework
- 다짐
- style-dictionary
- design
- mono-repo
- frontend
- design-system
- npm
- vite
- compound component
- 2023 회고
- front
- 디자인 토큰
- nextjs
- 2021년
- 24년 계획
- 라이브러리제작
- 회고
- 뇌를자극하는C#
- 개발자
- javascript
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