Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 459 Bytes

JavaScript-Rendering-HTML

JavaScript creating all page elements with the createElement method indise one root element.

Using the DOM API directly is much faster then changing HTML, it does not have to invoke the HTML parser and to rerender all the elements/tags contents.

Fetch API getting images from external API for a container changing image every few seconds.