August 1, 2019

0. Hello World without React

    const rootElement = document.getElementById('root');
    rootElement.textContent = 'Hello World';

Tags: react