ඔව් එතන තමයි අවල ඇත්තෙ. මොකද මේක jsx නැතුව js වලින් දැම්මොත් වැඩ කරනව
const title = createElement(
'h1',
{id: 'title', className: 'header'},
'Hello World'
)
render(
title,
document.getElementById('react-container')
)
එත් tutorial එකේ ගැනිගේ එක වැඩ අව්ලක් නැතුව. එකි webpack දම්මේත් නැ. ඒ...