zap 0.2.0 copy "zap: ^0.2.0" to clipboard
zap: ^0.2.0 copied to clipboard

outdated

Zap is a reactive web framework built on Dart. By compiling HTML-like files to Dart components, Zap makes it easy to write efficient web apps.

example/main.dart

// zap_dev will create .zap.dart files for each .zap component.
import 'dart:html';

import 'counter.zap.dart';

void main() {
  // Create a component and mount it into the document of a webpage.
  Counter().create(document.body!);
}
38
likes
0
points
44
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

Zap is a reactive web framework built on Dart. By compiling HTML-like files to Dart components, Zap makes it easy to write efficient web apps.

Homepage

License

unknown (license)

Dependencies

js, meta

More

Packages that depend on zap