Skip to content

Commit

Permalink
fix: "[카카오 테크 캠퍼스 2기] 1차 코드리뷰 반영 및 리팩토링 진행기" 포스팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Sep 4, 2024
1 parent a18380e commit 0f620e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const Container = styled.div<{ maxWidth: MaxWidth }>`
<br />
<br />

# 7. spread operator를 대신 명시적 Props 전달
# 7. spread operator 대신 명시적 Props 전달

필자는 spread operator를 사용하면 더 간결하게 코드를 작성할 수 있다고 생각하여 작성하고 있었다.

Expand Down
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-04T21:44:02+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-04T21:55:07+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
</subtitle><author><name>Kang Byeonghyeon</name></author><entry><title type="html">[우선] 우선을 중단하며</title><link href="http://localhost:4000/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html" rel="alternate" type="text/html" title="[우선] 우선을 중단하며" /><published>2024-07-28T00:00:00+09:00</published><updated>2024-07-28T00:00:00+09:00</updated><id>http://localhost:4000/%5B%EC%9A%B0%EC%84%A0%5D%20%EC%9A%B0%EC%84%A0%EC%9D%84%20%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0</id><content type="html" xml:base="http://localhost:4000/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html">&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
Expand Down Expand Up @@ -572,7 +572,7 @@
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;

&lt;h1 id=&quot;7-spread-operator를-대신-명시적-props-전달&quot;&gt;7. spread operator를 대신 명시적 Props 전달&lt;/h1&gt;
&lt;h1 id=&quot;7-spread-operator-대신-명시적-props-전달&quot;&gt;7. spread operator 대신 명시적 Props 전달&lt;/h1&gt;

&lt;p&gt;필자는 spread operator를 사용하면 더 간결하게 코드를 작성할 수 있다고 생각하여 작성하고 있었다.&lt;/p&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h1 id="6-타입-제약-조건-활용한-maxwidth-관리-방식">6. 타입 제
<br />
<br /></p>

<h1 id="7-spread-operator를-대신-명시적-props-전달">7. spread operator를 대신 명시적 Props 전달</h1>
<h1 id="7-spread-operator-대신-명시적-props-전달">7. spread operator 대신 명시적 Props 전달</h1>

<p>필자는 spread operator를 사용하면 더 간결하게 코드를 작성할 수 있다고 생각하여 작성하고 있었다.</p>

Expand Down

0 comments on commit 0f620e5

Please sign in to comment.