개츠비 스타터 MDX

안녕 세상

May 01, 2015

Translated by readers into: 한국어
Read the originalImprove this translationView all translated posts


  • {} 2 keys
    • [] 3 items
      • {} 1 key
      class HelloMessage extends React.Component {
      render() {
      return (
      <div>
      Hello {this.props.name}
      </div>
      );
      }
      }
      ReactDOM.render(
      <HelloMessage name="Taylor" />,
      document.getElementById('hello-example')
      );

      이것은 나의 새로운 가짜 블로그에 올린 첫 번째 글이야! 정말로 흥미롭죠!

      앞으로 훨씬 더 재미있는 글을 쓸 거야.

      위키피디아에 샐러드 오리알.에 대한 훌륭한 인용구가 있다.

      A salted duck egg is a Chinese preserved food product made by soaking duck eggs in brine, or packing each egg in damp, salted charcoal. In Asian supermarkets, these eggs are sometimes sold covered in a thick layer of salted charcoal paste. The eggs may also be sold with the salted paste removed, wrapped in plastic, and vacuum packed. From the salt curing process, the salted duck eggs have a briny aroma, a gelatin-like egg white and a firm-textured, round yolk that is bright orange-red in color.

      Chinese Salty Egg


      Cha Sung Won

      Written by Cha Sung Won who lives and works in Suwon, South Korea building useful things.