I launched Spreadsheet Sync, a free @figma plugin.
🧩 Design with Data.
🔥 Sync with one click.
😎 Use Google Sheets as dynamic data on your design.
Get it here https://t.co/M8b4i8Xlv7
Introducing React Native Doctor
Find performance and security bugs in your mobile app
Run via CLI and fix with agents. Fully open source
npx react-doctor@latest
Lovable just made TanStack Start the foundation of every new app it ships. ~100,000 new apps a day.
TanStack has 13 named public sponsors across Gold, Silver, Bronze. Lovable isn't on the list.
At $400M ARR and $6.6B valuation, that should change.
In Expo SDK 56 you no longer need react-native, react, react-dom, or react-native-web installed to run `npx expo start` and create a bundle.
Any guesses as to why we added this?
Prisma Next is the version of Prisma ORM we would’ve created if we started from scratch based on the tech landscape of the late 2020s.
And after months of hard work, it’s finally in Early Access 🚀
Run "npm create prisma@next" and try it today with @PostgreSQL or @MongoDB.
We are entering a new era of on-device automation. ✨
Watch Gemma 4 E4B navigate and drive an iOS simulator directly using Argent. Local models can handle complex interactions and software navigation autonomously.
Expo SDK 56 is out 🙌
◆ Expo UI is stable on iOS and Android
◆ iOS builds 16% faster, plus another 20% on EAS from precompiled community libs
◆ Android cold starts 40% faster
◆ Expo Router decoupled from React Navigation
◆ Inline native modules: write Swift and Kotlin right next to your TypeScript
◆ Hermes v1 by default
◆ Bytecode diffing on by default (~58% smaller OTA updates)
◆ iOS Widgets stable
◆ React Native 0.85 + React 19.2
It's been two months since SDK 55, and we packed in everything we could fit. Your iOS build times are going to thank you. Full changelog ↓
Dear frontend devs and UI designers. I bring you Liquid DOM, a complete and faithful implementation of Liquid Glass on the Web.
- Shape morphing
- All properties animatable
- Dynamic refraction and reflection
- Adaptive tint
- Adaptive specular highlight
- Dispersion
- Full html integration
- Super fast layout engine that works across Canvas and html
- Pointer event handling
- Framework and renderer-agnostic low level API
- High level React API
- Ootb @threejs and r3f integration
And lots more.
Read on for implementation details and demos.
@heyclicky really doesn't get along with @arcinternet. As soon as I focus Arc Browser window, everything starts lagging a lot 🔥🫠
I was wondering if this happens to you guys, too?
New in TanStack Start: route-aware CSS inlining.
Inline initial route CSS during SSR to reduce blocking stylesheet requests and improve FCP.
https://t.co/pggePtvrJp
You've been asking for this one...
Now in preview: Codex in the ChatGPT mobile app.
Start new work, review outputs, steer execution, and approve next steps, all from the ChatGPT mobile app. Codex will keep running on your laptop, Mac mini, or devbox.
If typing fast in your app feels like wading through mud, you need useNativeState.
Every TextField in RN has felt slightly off for years; Expo UI just shipped the fix with the new useNativeState hook.
Instead of trying to keep the native input and react state in sync on each keystroke, useNativeState handles the state completely on the native side.
React (JS thread) only reads the value when it needs it e.g. onSubmit, using a lightweight reference.
Make your app faster, read the full blog ↓
TanStack Devtools just migrated to @OxcProject parser + magic-string!🚀
The results:
📌 Per-file transform: 1.65 ms → 0.46 ms
📌 Full pass: 75.73 ms → 21.25 ms
📌 Speedup: 3.56×