더북(TheBook)

뷰 코드

const virtualDOM = {
    (중략)
    {
      type: 'body',
      props: null,
      children: [
        {
          type: 'h1',
          props: null,
          children: [{ type: 'text', text: 'header' }]
        },
        {
          type: 'a',
          props: { href: '#' },
          children: [{ type: 'text', text: 'change' }] // link -> change로 변경
        }
      ]
    }
  ]
};
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.