const preact = require('preact'); // components all the way down const Icon = name => ( {name} ); // the css attribute name `class` is reserved in js // so in react you have to call it `className` function Navbar() { const NAMES = ['Mashy', 'ntr']; return (