zap 0.2.1 copy "zap: ^0.2.1" to clipboard
zap: ^0.2.1 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 'dart:html';

import 'counter.zap.dart';

void main() {
  // Create a component and mount it into the document of a webpage.
  Counter().create(document.body!);
}
35
likes
150
pub points
66%
popularity

Publisher

verified publishersimonbinder.eu

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

js, meta

More

Packages that depend on zap