react_dom 0.1.0 copy "react_dom: ^0.1.0" to clipboard
react_dom: ^0.1.0 copied to clipboard

DOM mounting and hydration APIs for React Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add react_dom

With Flutter:

 $ flutter pub add react_dom

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

dependencies:
  react_dom: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:react_dom/react_dom.dart';
0
likes
140
points
90
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

DOM mounting and hydration APIs for React Dart applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

react_core, react_js, react_web

More

Packages that depend on react_dom