UNPKG

catberry

Version:

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

12 lines (11 loc) 192 B
<!DOCTYPE html> <html> <head><title>Hello</title></head> <body> document – %%value%% <cat-comp></cat-comp> <cat-async-comp/> <head></head> <document></document> </body> </html>