[20220629 W]

devbit4 [front-end developer]·2022년 6월 29일
0

TIL

목록 보기
78/163

오늘은 (6) 월 (29) 일 / 날씨: (습습해)

한줄: 헤헤 30분에 일어나자 마자 나옴....;; 뛰어서 지각은 안했지만 ㅎㄷㄷ
오늘은 피곤한 수요일~


💼 1) WORK & CODE REVIEW

8 to 17

✍️ 소스코드

function App1(){
	return <Greeting firstName="Ben" lastName="Hector"/>
}

fucntion App2(){
	const props={firstName:"Ben", lastName:"Hector"};
   return <Greeting {...props}/>;
}
const Button = props =>{
	const {kind, ...other }= props;
    const className = kind ==="primary"? "PrimaryButton" : "SecondaryButton";
    return <button className ={className} {...other} >;

}

const App = ()=>{
	return (
    	<div>
        	<Button kind ="primary" onClick={()=>console.log("clicked!")}>
            	Hello World!
            </Button>
        </div>
    
    )

}

https://reactjs.org/docs/jsx-in-depth.html#spread-attributes

-props.children 에 props 전달
https://developer-talk.tistory.com/233


💻 2) ALGORITHM & STUDY

Every Morning / Every Evening 18시~

✍️


🆎🎾 3) ENGLISH/ GERMAN / TENNIS / SWIMMING

Monday/ Wednesday(Tuesday)/ Thursday (Clarisse랑 날짜 조정하기)
Tuesday / Thursday 21 to 22
Saturday 20 to 22


📌 4) ETC (READING/ ECONOMY/ FRIENDS)

Free time


지금 시작하는 프론트엔드 개발자를 위한 조언 -조은
https://fastcampus.co.kr/books/211166

6) TODO & QUESTIONS


❤️ 6월 GOALS

  • notion week plan 루틴루틴루틴
  • 여유생기면 일기말고 칼럼형태?
  • 마이 프로젝트 시간 확보하기
  • 질문질문
  • 수영 다시하게 되어 행복🐬
  • 잔디 좀 심어볼까
  • 알고리즘 공부.....ㅇㅅㅇ
profile
제대로 꾸준하게 / 블로그 이전 => https://dailybit.co.kr

0개의 댓글