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) 298 B
<!DOCTYPE html> <html> <head cat-store="folder/store2"> <span>folder/store2</span> </head> <body> document – document <cat-comp cat-store="store1"> <span>store1</span> </cat-comp> <cat-async-comp cat-store="folder/store2"> <span>folder/store2</span> </cat-async-comp> </body> </html>