Jason Miller
Jason Miller
Not sure - as far as I'm aware, the RHL folks don't pay much attention to Preact.
Looks like it, yup. If anyone is familiar with [the code](https://unpkg.com/[email protected]/lib/CSSPropertyOperations) I'm happy to merge a port.
Hmm, that's a new one. Super disappointing how many of these libraries reach into React's internals for no reason.
Nice! This looks great. I might take a crack at a JS + JSDoc + checkJs version of what you have here just to compare, since it seems like most...
Editions incurs a substantial install and exec cost, I don't think it's something worth doing for a library that just has two sources. @AndrewLeedham I'll take a look at your...
@balupton interesting, I didn't know Deno had built-in support for that. Do you know if it's just a static lookup for `edition-deno`, or are they actually respecting the rules present...
Likely due to events firing within a render.
Is it possible this is because preact doesn't ignore manually fired click events?
Thanks, I'll try to diagnose this. Might just be an even timing issue, since you can see the DOM is being mutated (just incorrectly, or reverting) in response to clicks.
There isn't a Comment syntax for JSX. You can preprocess the Strings array before it reaches htm, and then undo that preprocessing using the tag function you pass. Here's an...