@FabianHiller@zodtypes@arktypeio@formisch_dev +1. We use Zod + RHF at work and I'd love to do a bakeoff w/ Formisch + Zod.
Thanks for innovating in this space. Love the schema-driven approach. My main goals are better type-safety in components used by multiple forms and robust type-safe conditional logic / branching.
🎉 Preact 11 beta is here! After years of thoughtful development, we're delivering major improvements with minimal breaking changes. Better hydration, forward refs by default, and performance upgrades - all while maintaining the stability you love about Preact X.
PWAs can capture links, but support is fragmented across OSes and platforms.
I tested all platforms and wrote about my findings in my new article "The state of link capturing in PWAs"
Read if for free on Medium 👇
Really enjoyed this article on how Notion is using SQlite in the browser and the challenge of supporting multiple tabs. This stuff is tricky, cool to see it happening at scale!
Notion article: https://t.co/Rx21PzPQV6
Relevant Github Discussion: https://t.co/9I4XLEr66J
@evisdrenova@thorstenball Funny you say that, I've thought of trying to implement the same thing with Chrome's built-in LLM to help explain API errors to users that can be a bit cryptic (e.g. Pydantic model validation failures). Haven't tried it yet but I bet it would work
@aboodman@zero__ms Fair point. I've had to do weird things like storing / comparing Last-Modified header values on cached responses before using them.
Looking forward to using this in my app sometime.
@aboodman@zero__ms Makes sense, thanks!
Sounds like you loose out on being able to reuse public cached-at-CDN-layer API responses between multiple users, but existing users will be fetching less data overall.
@tannerlinsley@irshathv2 Sweet! Really looking forward to this (only pre-rendering). Blocked by Vinxi bugs currently but sounds like that dependency will be going away as well?
Why do desktop apps think this is OK? If I launched an app, it means I need to do something with that app. It is _the_ worst time for you to update.
It's been updating for over a minute.
Forget it, I'll just use the website. This is another reason why the web wins.
Shout out to https://t.co/9Zk06pINSJ, great source of free SVG icons. I used to use https://t.co/ymd6FONyh4 from the Tailwind team, but keep finding myself swapping them out for the hugeicons equivalents
I have great news! I was wrong on the Internet!
In my Jan 2023 cargo airship post, I wrongly assumed airships would be limited to trucking-level per-ton-km revenues. It turns out airships can actually BEAT 747 freight service times. This means revenues and margins can be MUCH higher.
@JimCoutre figured this out and has started @ShipByAirship to usher in the new transoceanic cargo airship era. I'm thrilled to be a part of this journey not only as a supportive poaster but also as a pre-seed investor. Airship Industries will deliver cargo faster than today's air freight service with 75 percent fewer emissions and with far fewer opportunities for theft and delay.
Please join me in congratulating Jim on the launch and in celebrating our glorious airship-filled future.
https://t.co/ZPOW18Yepa
Just dropped a new version of React Hook Forms conditional logic hooks with better type-narrowing & autocompletion in useCondition()
rhf-conditional-logic v0.1.2
@HookForm