The journey to becoming a developer

My future is created by what I do today, not tomorrow.

What I learned/TIL

[Tue/1/4/2021] Today I Learned

Millie 2022. 1. 5. 00:24

1. CodeSquad Day 2

어느새 코드스쿼드 2일차. CodeSquad Log에 글을 남겼다.

내일은 Algorithm Day! 어떤 알고리즘을 풀지 궁금해진다.

알고리즘을 제대로 푼 지가 너무 오래되어서 머리를 좀 굴릴 때가 되었다.

 

2. React Project

일주일간 했던 것에 대해 간단히 발표하는 미팅을 오늘 8시부터 약 30분간 했다.

사실 이번 주말, 즉 새해에 많이 노력을 투입했어야 하는데 계획을 세우고 재정비를 하느라 그러지 못해서 아쉬운 부분이 있었다.

그래도 우선 커뮤니티 페이지 자체는 완성을 했고, 이제 로직을 붙이고, 백엔드가 완성되는 대로 API 연동도 해야 한다.

Styled Components 를 활용해서 인라인 스타일링을 바꾸는 작업도 해 줘야 한다.

아래 글들은 Styled Components를 쓸 떄 유용하다. 예진멘토님이 알려주셨다.

첫 번째 글은 바로 적용했는데 두 번째 글은 영어라서 읽는 데 좀 시간이 걸릴 것 같다. 아직 다 읽지 못했다.

아예 다른 파일로 빼서 적용하는 것을 생각하고 있다.

https://carpet-part1.tistory.com/328

 

styled-components로 ant design 컴포넌트 css 오버라이딩

antd 설치 및 사용법 👇 carpet-part1.tistory.com/327 styled-components 설치 npm i styled-components antd css 오버라이딩 할 컴포넌트에 import import styled from 'styled-components'; styled-component..

carpet-part1.tistory.com

https://www.joshwcomeau.com/css/css-variables-for-react-devs/

 

CSS Variables for React Devs

CSS Variables are *really* cool, and they're incredibly powerful when it comes to React! This tutorial shows how we can use them with React to create dynamic themes. We'll see how to get the most out of CSS-in-JS tools like styled-components, and how our m

www.joshwcomeau.com

 

'What I learned > TIL' 카테고리의 다른 글

[Thurs/1/6/2021] Today I Learned  (0) 2022.01.07
[Wed/1/5/2021] Today I Learned  (0) 2022.01.05
[Mon/1/3/2021] Today I Learned  (0) 2022.01.04
[Sun/1/2/2021] Today I Learned  (0) 2022.01.03
[Sat/1/1/2021] Today I Learned  (0) 2022.01.01