Aaron Lademann

Results 26 comments of Aaron Lademann

@wuquanyao you would have to write a [JS interop](https://dart.dev/web/js-interop) for it.

@barriehadfield have you published your library to pub?

I'll leave it up to you if you want to contribute an example. As far as `webdev` 404 handling is concerned... that's why our very own @evanweible-wf wrote [webdev_proxy](https://pub.dev/packages/webdev_proxy)! Its...

@jestan @GiovanniL19 @Sach97 @ayushin @jtrunick I believe this will be supported / documented in the upcoming react-dart version 5.0.0 _(support for ReactJS 16)_ via #160.

@barriehadfield hooks support _(along with function component support)_ is [coming in version 5.4.0](https://github.com/cleandart/react-dart/milestone/3?closed=1) which we plan to release in the next week or so! cc/ @greglittlefield-wf

@barriehadfield thanks... if you think this is great... you'll love our [over_react](https://workiva.github.io/over_react/) library even more! It builds atop this one to make the authoring experience much nicer...

@Atom735 the React hooks exposed by this library can be found here: https://github.com/cleandart/react-dart/blob/master/lib/hooks.dart Trying to make use of `makeStyles` within the Mui library is a different animal altogether. That would...

@jakemac53 can you elaborate on what you mean by > a bit careful about how you use watch/serve together with test today What I'm seeing right now (and the core...

@nex3 the problem we're facing is that we're utilizing the `sass_builder` package so that we can use `package:/` imports, and `sass_builder` uses `compileAsync`. I am in the process of attempting...