UNPKG

catberry

Version:

Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

17 lines (15 loc) 301 B
<!DOCTYPE html> <html> <head cat-store="folder/store2"> <title>head – folder/store2</title> </head> <body> document – null <cat-comp cat-store="store1"> <div>store1</div> </cat-comp> <cat-async-comp cat-store="folder/store2"> <div>folder/store2</div> </cat-async-comp> </body> </html>