diff --git "a/_posts/2024-07-15-[\354\271\264\354\271\264\354\230\244 \355\205\214\355\201\254 \354\272\240\355\215\274\354\212\244 2\352\270\260] 1\354\260\250 \354\275\224\353\223\234\353\246\254\353\267\260 \353\260\230\354\230\201 \353\260\217 \353\246\254\355\214\251\355\206\240\353\247\201 \354\247\204\355\226\211\352\270\260.md" "b/_posts/2024-07-15-[\354\271\264\354\271\264\354\230\244 \355\205\214\355\201\254 \354\272\240\355\215\274\354\212\244 2\352\270\260] 1\354\260\250 \354\275\224\353\223\234\353\246\254\353\267\260 \353\260\230\354\230\201 \353\260\217 \353\246\254\355\214\251\355\206\240\353\247\201 \354\247\204\355\226\211\352\270\260.md" index 614f22c..df667ff 100644 --- "a/_posts/2024-07-15-[\354\271\264\354\271\264\354\230\244 \355\205\214\355\201\254 \354\272\240\355\215\274\354\212\244 2\352\270\260] 1\354\260\250 \354\275\224\353\223\234\353\246\254\353\267\260 \353\260\230\354\230\201 \353\260\217 \353\246\254\355\214\251\355\206\240\353\247\201 \354\247\204\355\226\211\352\270\260.md" +++ "b/_posts/2024-07-15-[\354\271\264\354\271\264\354\230\244 \355\205\214\355\201\254 \354\272\240\355\215\274\354\212\244 2\352\270\260] 1\354\260\250 \354\275\224\353\223\234\353\246\254\353\267\260 \353\260\230\354\230\201 \353\260\217 \353\246\254\355\214\251\355\206\240\353\247\201 \354\247\204\355\226\211\352\270\260.md" @@ -220,7 +220,7 @@ const Container = styled.div<{ maxWidth: MaxWidth }>`

-# 7. spread operator를 대신 명시적 Props 전달 +# 7. spread operator 대신 명시적 Props 전달 필자는 spread operator를 사용하면 더 간결하게 코드를 작성할 수 있다고 생각하여 작성하고 있었다. diff --git a/_site/feed.xml b/_site/feed.xml index 34ee97d..4508399 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-09-04T21:44:02+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog +Jekyll2024-09-04T21:55:07+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog Kang Byeonghyeon[우선] 우선을 중단하며2024-07-28T00:00:00+09:002024-07-28T00:00:00+09:00http://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<p><br /> <br /> <br /></p> @@ -572,7 +572,7 @@ <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> diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\354\260\250-\354\275\224\353\223\234\353\246\254\353\267\260-\353\260\230\354\230\201-\353\260\217-\353\246\254\355\214\251\355\206\240\353\247\201-\354\247\204\355\226\211\352\270\260.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\354\260\250-\354\275\224\353\223\234\353\246\254\353\267\260-\353\260\230\354\230\201-\353\260\217-\353\246\254\355\214\251\355\206\240\353\247\201-\354\247\204\355\226\211\352\270\260.html" index 732de42..4db2233 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\354\260\250-\354\275\224\353\223\234\353\246\254\353\267\260-\353\260\230\354\230\201-\353\260\217-\353\246\254\355\214\251\355\206\240\353\247\201-\354\247\204\355\226\211\352\270\260.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\354\260\250-\354\275\224\353\223\234\353\246\254\353\267\260-\353\260\230\354\230\201-\353\260\217-\353\246\254\355\214\251\355\206\240\353\247\201-\354\247\204\355\226\211\352\270\260.html" @@ -314,7 +314,7 @@

6. 타입 제

-

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

+

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

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