Join Nostr
2025-04-04 12:21:29 GMT

Yogthos on Nostr: Preact is a fast 3kB alternative to React with the same API. I started using it for a ...

Preact is a fast 3kB alternative to React with the same API. I started using it for a project at work and I’m really liking it. Aside from size and speed, it provides some really nice features not present in React. For example, I find signals are a really nice way to manage shared state between components.

https://preactjs.com/guide/v10/signals/

#webdev