react_web 0.1.1 copy "react_web: ^0.1.1" to clipboard
react_web: ^0.1.1 copied to clipboard

Portable Web API types, DOM factories, and browser runtime adapters for React Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add react_web

With Flutter:

 $ flutter pub add react_web

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

dependencies:
  react_web: ^0.1.1

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_web/react_web.dart';
0
likes
120
points
157
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Portable Web API types, DOM factories, and browser runtime adapters for React Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http, react_actions, react_core, react_js, web

More

Packages that depend on react_web