목록Personal DB/Unclassified record (50)
Silver Library (Archived)
react 에서 props 가 쓰이는 용도는 다음과 같습니다. string interpolation. 이게 핵심입니다. 예를 들면 이렇습니다. 아래의 Button.style.js 에 있는 styled(Button) 은 일종의 props (property) 라고 볼 수 있습니다. App.js 의 을 보면 뭘까요. 자, 침착하세요. 이 글을 다시보는 나, 그리고 누군가인 당신도요. 우선 StyledButton 은 변수명입니다. buttonLabel 도 Button.style.js 파일에 있는 변수명입니다. backgroundColor 는 약속된 새로운 react 의 무언가가 아니라, 이게 바로 props 의 정체입니다. 그럼, props 는 어떻게 쓸까요? export const StyledButton = ..
드디어, 이제 10개월 가까이 해오던 중 좀 개발자 같은 구색을 갖추는 작업을 하기 시작했습니다. 바로 정리정돈의 시작이자, 평소 모 위키피디아에 기여하는 것도 자주 한 저로서는 낯설지만은 않은 그런 작업입니다. 이로서 좀 중구난방 식으로 쓰이던 블로그도 차츰 정리가 될 것으로 기대가 됩니다. 오늘은 첫번째 과제로는, 개인 깃허브 블로그 페이지 만드는 데에 전념 해보고자 합니다. mireu-san/mireu-san.github.io Contribute to mireu-san/mireu-san.github.io development by creating an account on GitHub. github.com
Perhaps all lonely learner who composes all the curriculum, and its timetable along the whole series may agree - I have to quickly learn the thing to get a job and continue its growth along with the career I aim. However, it may be a good idea to show up what I can confidently show up within my ability. Yes, having a portfolio page is an essential element but as a beginner and out of time for a ..