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!);
}
copied to clipboard
36
likes
140
points
91
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

2024.08.08 - 2025.02.20

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