reactor 0.1.2 copy "reactor: ^0.1.2" to clipboard
reactor: ^0.1.2 copied to clipboard

Reactor is a statically-typed Dart wrapper of ReactJS for building user interfaces.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reactor

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  reactor: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:reactor/reactor.dart';
0
likes
15
pub points
0%
popularity

Publisher

verified publisherkealin.it

Reactor is a statically-typed Dart wrapper of ReactJS for building user interfaces.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, dart_style, js, meta, pedantic, source_gen

More

Packages that depend on reactor