Ever since I was a teenager, I dreamed of speaking at WWDC.
This year, that dream came true. Beyond grateful to have presented Device Hub at #WWDC26 and to share the incredible work my team has poured into it.
If you found this confusing, I wrote six chapters on the React toolchain, from 2013 to 2026, that try to explain how we got here.
Used an AI agent for the design and content.
https://t.co/xJmwwcGGR1
Oxc is working on native Rust React Compiler support.
The React team is porting the compiler to Rust (https://t.co/bM8unn23Io), still a WIP PR. Oxc is then integrating that Rust port (https://t.co/ha4Y4d1GqV), it's a draft PR, blocked on the React crates being published to https://t.co/x2nHdVEx3t.
Two layers of work in progress. But all 1725 fixtures pass, early benchmarks show 10x faster transformation logic, and the hard part looks solved.
If it lands: automatic memoization, no Babel, no useMemo.
codiff: a fast local diff viewer for reviewing your Git changes before they go anywhere. native window, works in any repo, open source. https://t.co/l8EhypM9W4
The add-to-cart arc animation looks like magic but the position trick is dead simple
getBoundingClientRect() on both elements, subtract the centers, pass the delta to x/y:
Motion just shipped arc(), a single function that makes "add to cart" animations trivial to build
Instead of flying in a straight line, the item curves naturally into the basket
animate(".product", { x: 200, y: -120 }, { path: arc() })
No bezier math, no hardcoded paths. It figures out the curve dynamically based on start/end position
https://t.co/kEyJbqJxb1
Been a TanStack fan since I first used React Query, so glad to see Lovable building on TanStack Start.
New projects are now SSR by default. Server logic lives next to your components, no separate edge functions, no extra config.
The ecosystem keeps getting better.
https://t.co/rz673VW44s
انا عمر رأفت كنت شغال باك اند بايثون في شركة بقالي أكثر من ٣ سنين و للاسف اتعمل لي layoff قبل العيد علطول بسبب أزمة مالية خاصة بالشركة انا و ناس تانية كتير
فقررت اخد فترة صغيرة كدة اذاكر فيها و أطور نفسي واقدم علي شغل تاني
وقولت اشارك معاكم رحلتي في المذاكرة و البحث عن وظيفة
I will be at #ReactSummit Amsterdam next week this year as well, running a few more interviews like this one
Hope to see more friends there again
https://t.co/nR6C77Wn39
Signing in to the web shouldn’t feel like a chore. It should be a secure, seamless entry point that makes users feel safe from the start 🔒
Our new guide from #GoogleIO outlines how to eliminate authentication friction using Conditional Create for zero-prompt passkey upgrades and Immediate UI Mode for instant logins → https://t.co/gEiTEIC7EG