Dave Rupert

Results 135 comments of Dave Rupert

Web Components section is still useful. Fine to slim things down. One question I'm curious about and I wonder if this bears out in the data... is the "7% dislike"...

Agree @mvolkmann, we probably need better documentation here. To answer your question and give you an example in the interim, you might not need to extend `FormAssociated`... On the Fluent...

@mvolkmann, @janechu is out of office for a bit so let's not bother her directly. Generally a bad habit to ping maintainers directly unless it's serious. We got your issue...

Hey @mvolkmann I spent some time this week to work up some examples. There's a Redux-like context provider and a Signals'ish global state example. `` I'm going to reccommend the...

Overall, looks great. I think the only "idiom" you're breaking is maybe the functions inside the html tagged-template-literal. You're using `${(e) => e.getName() }` when in most of our docs...