Skip to content

Instantly share code, notes, and snippets.

View busticated's full-sized avatar

Busticated busticated

View GitHub Profile
@busticated
busticated / gist:797d552bc8c47174c4e5
Created November 26, 2014 17:56
react derpery...
<html>
<head></head>
<body>
<!-- #container wraps the entire page's markup (except on-demand stuff like modals) -->
<!-- #container's children and classnames change based on the current view / route -->
<div id="#container" class="VIEW VIEW--MODE">
<nav></nav>
<header></header>
<main></main>
<footer></footer>