더북(TheBook)

가상 DOM 객체

const virtualDOM = {
  type: 'html',
  props: { lang: 'ko' },
  children: [
    {
      type: 'head',
      props: null,
      children: [
        {
          type: 'meta',
          props: { charset: 'UTF-8' },
          children: null
        },
        {
          type: 'title',
          props: null,
          children: [{ type: 'text', text: 'Document Object Model' }]
        }
      ]
    },
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.