UNPKG

catberry

Version:

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

11 lines (10 loc) 206 B
<!DOCTYPE html> <html> <head cat-store="folder/store2"></head> <body> document – %%value%% <cat-comp cat-store="store1"> </cat-comp> <cat-async-comp cat-store="folder/store2"/> </body> </html>