Jason Miller

Results 1189 comments of Jason Miller

Perhaps - I was curious whether @connors wanted to make additional themes for each major platform, or a "vanilla" theme to address non-OSX platforms in one go. (the latter seems...

That will turn off recycling of the rows. In general that will be slower, but it might be desirable if your content really needs to be unmounted+remounted instead of updated...

thought: allow children to define `rowHeight` on themselves? could iterate over them or... hmm.

Whoops, this slipped through the cracks. I think it would make most sense for undom to treat `style` as a non-special attribute like any other.

Definitely open to a PR for this! I'm curious how small it could be.

Just a different and much smaller implementation, specifically focussed on a few primitives that make up the base that many libraries depend on. JSDOM is targeted specifically at Node, and...

@jfsiii good idea. My initial use-case was to serve the very basic needs of Preact, and I published this because there are other libraries out there that interface with the...

Exactly. That'd be the goal with HTML parsing / serialization - allow them to be added, but don't ship them by default.

This one is probably too strict for undom - we have to err on the side of minimalism. There are a bunch of nice spec-compliant DOM implementations out there, undom's...