Jason Miller
banner
developit.dev
Jason Miller
@developit.dev
Platform DX at Shopify. Created #Preact. Do more with less.

#JavaScript #PreactJS #React #Frontend #DeveloperExperience #OSS #Coffee #Foxes #Drumming #Metalhead
this is random but:

function getBox(textNode, char = 0) {
const range = document.createRange();
range.setStart(textNode, char);
range.setEnd(textNode, char + 1);
return range.getBoundingClientRect()
}
October 19, 2025 at 1:29 AM
woah atpkgs is siiiiiiiiiiiiick
October 19, 2025 at 1:01 AM
We have some stuff coming that you will like then
October 18, 2025 at 11:55 PM
<script type="importmap">
{
"imports": {
"preact": "https://esm.sh/*preact",
"preact/": "https://esm.sh/*preact/",
"@preact/signals": "https://esm.sh/*@preact/signals",
"htm/": "https://esm.sh/*htm/"
}
}
</script>
October 18, 2025 at 11:14 PM
tip: for esm.sh you can tell it to leave all deps external by just putting a `*` at the start of the path:

esm.sh/*[email protected]/p...
October 18, 2025 at 11:14 PM
And this
October 18, 2025 at 12:30 AM
Just gonna leave this here
October 18, 2025 at 12:24 AM
Any chance you're looking at having the file format compile to configurable output targets? 😸
September 2, 2025 at 2:08 AM
Damn, this is so similar to a thing I have been working on... neat idea melding the conditional and iteration syntax without a syntactic boundary
September 2, 2025 at 2:07 AM
Wow how have I never heard of this charity
August 30, 2025 at 11:01 PM
Tech Mortgage
August 30, 2025 at 10:54 PM
Woah
August 29, 2025 at 12:47 AM
Lol
August 21, 2025 at 2:27 AM
Twas a joke
August 6, 2025 at 11:02 PM
frustrating ± stderr
August 4, 2025 at 8:12 PM
Oh I don't. But it's clear.
August 4, 2025 at 8:10 PM