catberry
Version:
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
17 lines (15 loc) • 352 B
HTML
<html>
<head cat-store="folder/store2">
<span>Store "folder/store2" not found</span>
</head>
<body>
document – document
<cat-comp cat-store="store1">
<span>Store "store1" not found</span>
</cat-comp>
<cat-async-comp cat-store="folder/store2">
<span>Store "folder/store2" not found</span>
</cat-async-comp>
</body>
</html>