1
0

Preact is a fast 3kB alternative to React with the same API

1y 2mon ago by lemmy.ml/u/yogthos in frontend@lemmy.ml from preactjs.com

I started using Preact 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.