⚛️ Fast 3kb alternative to React with the same modern API. 🗣 Join our slack: chat.preactjs.com @preact@hachyderm.io

Personally I use preact-render-spy, which is a very similar API and is written for Preact: github.com/mzgoddard/preact-…
1
9
I want to thank the awesome people at @jimdo for having me over in this awesome town to talk about @preactjs ! You are all amazing !
2
3
19
👋 My talk at @AgentConf about mental health is out : youtube.com/watch?v=bovBQtB_… If you get one thing from this is please talk to humans! Y'all gonna be fine ❤️
21
69
268
Preact retweeted
💪 Want to support Preact? 🙌 ask your company to donate: 👉 opencollective.com/preact
2
19
55
Can't wait to take this for a spin in my next project. @preactjs, Stockroom (data, logic, networking in a Web Worker), and @tailwindcss. This stack should probably be illegal.
2
11
71
Just released preact-compat 3.18.0, with some nice little fixes. We've got a big backlog to get through on that repo in the next month. github.com/developit/preact-…
4
31
Preact retweeted
Replying to @_developit
@_developit Realised today that the angular router visualiser depends on preact 😏
2
4
19
📣 Announcing... Karmatic! 🦑 Easy automatic (headless) browser testing 🛠 No config needed, auto-detects webpack settings 🤹‍♀️ Only one dependency to juggle 🏎 Powered by Karma, Webpack, Jasmine & Puppeteer github.com/developit/karmati…
34
345
1,076
I've built 2 apps in the past 7 days, both using Web Workers. It feels incredibly good to embrace the multithreaded web.
6
20
200
Just a little release today: a <Shadow> component for Preact that renders into the Shadow DOM: github.com/developit/preact-…
3
59
239
🗃 Stockroom: a state container that runs in a Web Worker. 🔁 Actions go into the worker, state deltas come out. 🤹‍♀️ Built on Unistore & uses its (p)react bindings. 🌟 github.com/developit/stockro…
15
93
406
Preact is neat. 😁
Just a little release today: a <Shadow> component for Preact that renders into the Shadow DOM: github.com/developit/preact-…
2
9
40
Preact retweeted
A @preactjs app fitting in a tweet: data:text/html,<html><body><script src="unpkg.com/preact"></script><script>let c=0,b=document.body,{h,render}=preact,r=()=>{render(h("div",null,c," ",h("button",{onClick(){c++,r()}},"+1")),b,b.firstChild)};r();</script></body></html>
6
8
66
Speedometer: Now with 100% more Preact!
Excited to launch Speedometer 2.0 - a new benchmark for modern web app responsiveness! ⚡️ 📦 Workloads for JavaScript frameworks & libraries 🤖 Code output by popular JS tools like webpack 🔨 Built with ♥️ by Chrome & WebKit over the last year webkit.org/blog/8063/speedom…
3
33
My slides for the talk yesterday at @ReactVienna : docs.google.com/presentation… cc @preactjs
13
58
Preact app that fits in a tweet!
A @preactjs app fitting in a tweet: data:text/html,<html><body><script src="unpkg.com/preact"></script><script>let c=0,b=document.body,{h,render}=preact,r=()=>{render(h("div",null,c," ",h("button",{onClick(){c++,r()}},"+1")),b,b.firstChild)};r();</script></body></html>
4
23
Whoops, I lied - two releases today! 🕺 state-machine-component is now a proper library: github.com/developit/state-m…
9
29
137
Here's that unistore announcement... wait, it's another library?? 🗃 Stockroom: Offload your store management to a worker. github.com/developit/stockro…
9
83
271
For those asking about Preact running in a worker - you could also run everything else in a worker!
Here's that unistore announcement... wait, it's another library?? 🗃 Stockroom: Offload your store management to a worker. github.com/developit/stockro…
1
12