's Avatar

@preactjs.com.bsky.social

1,627 Followers  |  81 Following  |  4 Posts  |  Joined: 06.11.2024  |  1.506

Latest posts by preactjs.com on Bluesky

Video thumbnail

Preact Signals just got a huge performance 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 @jovidecroock.com for making this happen.

10.01.2025 18:50 โ€” ๐Ÿ‘ 230    ๐Ÿ” 34    ๐Ÿ’ฌ 9    ๐Ÿ“Œ 4
Video thumbnail

What if you could use Radix in Preact without compat?
And what if Radix itself became 60% smaller? And faster.

What if you could have all of Radix and Preact and a router... for less than half the original size of Radix? or of React?

31.12.2024 16:22 โ€” ๐Ÿ‘ 94    ๐Ÿ” 8    ๐Ÿ’ฌ 7    ๐Ÿ“Œ 0

it me

01.01.2025 19:47 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Fun fact: Preact is used in Bluesky's embed widget. As expected, it's a very tiny portion of the total code ;)

21.11.2024 22:31 โ€” ๐Ÿ‘ 66    ๐Ÿ” 13    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

or petit

07.11.2024 15:39 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
A screenshot of the Container.tsx code linked in this post.

A screenshot of the Container.tsx code linked in this post.

TIL: @bsky.app's embed is built with #Preact!

github.com/bluesky-soci...

06.11.2024 14:33 โ€” ๐Ÿ‘ 100    ๐Ÿ” 12    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 2

const whom = signal('world')

render(
<h1>Hello {whom}</h1>
)

06.11.2024 14:30 โ€” ๐Ÿ‘ 212    ๐Ÿ” 5    ๐Ÿ’ฌ 7    ๐Ÿ“Œ 0

@preactjs.com is following 20 prominent accounts