Preact (@preactjs) 's Twitter Profile
Preact

@preactjs

⚛️ Fast 3kb alternative to React with the same modern API.
🗣 Join our slack: chat.preactjs.com
@[email protected]

ID: 743958196138606593

linkhttps://preactjs.com calendar_today18-06-2016 00:07:10

1,1K Tweet

18,18K Takipçi

297 Takip Edilen

jovi 🐨 (@jovidec) 's Twitter Profile Photo

Today we are releasing Preact 10.11.0 and among various fixes and maintenance we have a new hook "useId"! You can now generate unique consistent identifiers! Demo: codesandbox.io/s/affectionate… Little writeup because I really loved working on this jovidecroock.com/blog/preact-us…

Marvin Hagemeister ⚛️ (@marvinhagemeist) 's Twitter Profile Photo

Preact 10.11.1 is out now 🎉 - 📶 Updates DOM+SVG types for signals - ♻️ Only remove nested DOM nodes when necessary - 📦 Update preact/compat export map - 📨 Fix unable to set data-* attributes to "false" - 🧽 Usual round of bug fixes... github.com/preactjs/preac…

Martin Donath (@squidfunk) 's Twitter Profile Photo

Getting React Spring to work with Preact was effortless! Now I can build more of those little and lovely details, making UI and UX more fun.

Marvin Hagemeister ⚛️ (@marvinhagemeist) 's Twitter Profile Photo

Next version of Preact DevTools will display which exact hook caused a component to update. Previously it would just display "Hooks changed" and not say which of them did.

Next version of <a href="/preactjs/">Preact</a> DevTools will display which exact hook caused a component to update. Previously it would just display "Hooks changed" and not say which of them did.
Cody Bennett (@cody_j_bennett) 's Twitter Profile Photo

Got custom renderers working in Preact by implementing react-reconciler via option hooks. Here's react-three-fiber running in Preact, demo here: codesandbox.io/p/github/CodyJ…. I've released this under 0.x as the very creatively named preact-reconciler: npmjs.com/preact-reconci….

Marvin Hagemeister ⚛️ (@marvinhagemeist) 's Twitter Profile Photo

For the curious: Here is how you'd do <input bind:value={signal}> in Preact. Thanks to Preact 's options plugin API this is pretty easy to add on the fly. gist.github.com/marvinhagemeis…

Justin Fagnani (@justinfagnani) 's Twitter Profile Photo

🚦 Now that we shipping Preact signals integration for Lit with the @ lit-labs/preact-signals package, would anyone be interested in an Angular Signals integration? See a demo on the lit.dev playground: lit.dev/playground/#gi…

🚦 Now that we shipping Preact signals integration for Lit with the @ lit-labs/preact-signals package, would anyone be interested in an Angular Signals integration?

See a demo on the lit.dev playground:

lit.dev/playground/#gi…
Ryan Christian (@_rschristian) 's Twitter Profile Photo

New Preact blog post from reaper! Demystifying how island architecture works and being able to setup your own, using tools you already have around you. preactjs.com/blog/simplifyi…

Jason Miller 🦊⚛ (@_developit) 's Twitter Profile Photo

Preact Signals just got a huge perf boost: Signals rendered as text/props & effects only "pull" as fast as needed for rendering. Since computeds run as-needed, they now only re-run as often as their downstream DOM output can be painted. H/t to jovi 🐨 for making this happen.

MJ (@mjackson) 's Twitter Profile Photo

Je Xia I just rebuilt unpkg.com with Preact. It was bliss. I’m loading it via import maps from the browser because Preact actually ships ESM! Unlike React that doesn’t even ship a file you can use in a browser. 🙈

jovi 🐨 (@jovidec) 's Twitter Profile Photo

Seeing Preact evolve from the 300k weekly downloads in May 2020 to the 6M we have today has been quite a journey. Thank you to everyone supporting us!

Seeing Preact evolve from the 300k weekly downloads in May 2020 to the 6M we have today has been quite a journey. 

Thank you to everyone supporting us!
Jason Miller 🦊⚛ (@_developit) 's Twitter Profile Photo

I am working in something *very* wild for Preact, which I believe will be a complete game changer. Actually I'm on vacation BUT when I get back I will continue working on this *very* wild thing. 6 year old idea but the last 2 years of Preact features make it infinitely better.

Ryan Christian (@_rschristian) 's Twitter Profile Photo

MJ Brandon McConnell Alejandro Barrera Aponte Since the launch of signals, I think you'll find a lot more Preact users are authoring class components again (I certainly am). Ergonomics are pretty darn good: x.com/_developit/sta… Not that you have to support them, but they're far from dead.