catberry
Version:
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
27 lines (25 loc) • 398 B
HTML
<html>
<head>
<title>head – head</title>
</head>
<body>
document – document
<cat-comp>
<cat-nested>
<div>nested</div>
</cat-nested>
<cat-async-nested>
<div>async-nested</div>
</cat-async-nested>
</cat-comp>
<cat-async-comp>
<cat-nested>
<div>nested</div>
</cat-nested>
<cat-async-nested>
<div>async-nested</div>
</cat-async-nested>
</cat-async-comp>
</body>
</html>