henrylie.bsky.social
@henrylie.bsky.social
The giant curved screen at #jsnationus is pretty dope. The song's a banger too!
November 17, 2025 at 2:32 PM
Excited to be speaking at OSFC 2025 next week in Sunnyvale, CA!

I’ll be sharing how to build your own keyboard, from layout choices to writing the firmware that powers it. It’s all about open tools, collaboration, and reshaping how we think about firmware development.

If you're there, come say hi!
September 30, 2025 at 2:58 PM
Thrilled to announce that I'll be speaking at #ReactSummitUS this year!

You can stream the event live for free through my official badge:
gitnation.com/badges/react...

Whether you're deep into React or just curious about the future of frontend, it's happening November 18 & 21. Don’t miss it!
Check out my badge & claim your free React Summit US 2025 remote ticket!
Join 10k engineers worldwide at React Summit US 2025 and meet 50+ top speakers at November 17 - 20, 2025
gitnation.com
September 1, 2025 at 6:20 PM
Spoke at #COSCUP2025 a couple weeks ago! Shared thoughts on how React, Vue, and Svelte each shine in different scenarios.

Big thanks to the COSCUP team for a vibrant, welcoming event, as well as to #HENNGE for sponsoring the trip and supporting devs who share & grow beyond the day-to-day.
August 21, 2025 at 5:51 PM
Reposted
🥳 CSS functions have arrived*!!! 🥳

And they are *AWESOME*

Now, you can do:

@​function --alpha(--color, --opacity) {
result: rgb(from var(--color) r g b / var(--opacity));
}

div {
background: --alpha(red, 80%);
}

Lean more: una.im/5-css-functi...

(*arrived = in the latest stable Chrome)
una.im | 5 Useful CSS functions using the new @function rule
CSS custom functions are a gamechanger. Here are 5 really useful examples.
una.im
August 13, 2025 at 6:00 PM
Headed to COSCUP 2025 this weekend in NTUST, Taipei! 🎉
I'll be sharing some stories from using React, Vue, and Svelte in production. What clicked, what clashed, and what I learned along the way.
Whether you’re into frontend stuff or open source in general, come and hang out!
August 4, 2025 at 5:50 PM
Reposted
we just released SvelteKit remote functions. feel like 'minor change' undersells it a little tbh

✅ await in components svelte.dev/docs/svelte/...
✅ remote functions svelte.dev/docs/kit/rem...
🔜 async SSR

truly can't wait to ship the rest of this stuff
July 31, 2025 at 9:12 PM