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