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) 220 B
<!DOCTYPE html> <html> <head> <title>head – head</title> </head> <body> document – document <cat-comp> <div>comp</div> </cat-comp> <cat-async-comp> <div>async-comp</div> </cat-async-comp> </body> </html>