react.dart icon indicating copy to clipboard operation
react.dart copied to clipboard

Experimental React JS bindings for Dart

Results 4 react.dart issues
Sort by recently updated
recently updated
newest added

Hi @danschultz Since [react-dart](https://github.com/cleandart/react-dart) supports the @JS interop now... (and there's now a [statically typed way to consume it](workiva.github.io/over_react)), have you considered deprecated this to avoid confusion within the community?

In https://github.com/danschultz/react.dart/blob/master/lib/src/react/factory.dart#L58 the properties are removed. This causes failure when state is updated and the component tries to render but has no properties. Was this a copy pasta error or...

I haven't traced the cause of this yet but logging here as a placeholder. ``` Uncaught Unhandled exception: The null object does not have a method 'call'. NoSuchMethodError: method not...