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

Platformweb

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 'package:web/web.dart';

import 'counter.zap.dart';

void main() {
  // Create a component and mount it into the document of a webpage.
  Counter().create(document.body!);
}
37
likes
160
points
135
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

Documentation

API reference

License

MIT (license)

Dependencies

meta, sanitize_dom, web

More

Packages that depend on zap