UNPKG

catberry

Version:

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

14 lines (13 loc) 213 B
<!DOCTYPE html> <html> <head><title>Hello</title></head> <body> document – document <cat-comp> </cat-comp> <cat-async-comp> <div>async-comp</div> </cat-async-comp> <cat-async-comp/> </body> </html>