react (2) 썸네일형 리스트형 react & sass single child carousel 싱글 차일드 케러셀 https://github.com/joepasss/single-carousel GitHub - joepasss/single-carousel: single child carousel in react single child carousel in react. Contribute to joepasss/single-carousel development by creating an account on GitHub. github.com 작업내용 정리 1. 캐러셀 내부에 들어갈 자식 요소들 정렬하기 2. 캐러셀 자식 또는 부모 컨테이너 이동하기 시작 전 세팅 - 리엑트 세팅 import './singleCarousel.scss'; export const SingleCarousel = () => { const [curre.. useContext (typescript) useContext props를 app.tsx에서 각각 내려준다고 가정하자 이처럼 필요 없는 props를 내려주거나 하는 일이 발생할 수 있다. props에 해당되는 값들을 따로 모아 context를 만들어 주어 context 에서 직접적으로 props를 제공하는 역할을 하는 것이 useContext이다 context 셋업 특정 contextProvider 안에 있는 모든 childeren에서 theme라는 prop을 사용한다고 가정하자 theme props /* theme.ts */ export const theme = { primary: { main: '#3f5185', text: '#fff', }, secondary: { main: '#f50057'. text: '#fff', }, }; ThemeC.. 이전 1 다음