Aaron Holland
@aaronholla_
Followers
152
Following
7K
Media
6
Statuses
3K
Building @screens_dev, ex @Popeyes @BurgerKing
Joined October 2010
Just updated my personal site with what’s next for me after leaving @Popeyes. Excited to start a new journey at my own company @screens_dev. More info to come soon. https://t.co/dhScFw6x3J
0
0
0
Unlock deeper insights with Workers Analytics Engine! 🚀 We've expanded SQL functions—aggregate & date/time—so you can build powerful analytics & custom dashboards. CountIf(), toYear(), and more are now available! 📊 https://t.co/sy91cC522t
developers.cloudflare.com
Workers Analytics Engine now supports more SQL functions for aggregation and for working with dates and times
0
2
5
Blog post: https://t.co/iZDMOAfQca S/o @rgb_prithvi for the work here!
claude.com
Best practices for building richer, more customized frontend design with Claude and Skills.
11
20
286
You can now restrict where your data is stored in Cloudflare D1 databases 🔒 When creating a new database, you'll now have the option to pick a jurisdiction (e.g. EU) and this will guarantee where your database is stored and run, pretty nice
2
2
28
Animating layout isn't always bad. Global CSS variables are a performance killer. Hardware accelerated blurs can crash sites. Surprised? We go into all this and more, in the first Web Animation Performance Tier List:
motion.dev
Learn what makes web animations fast, slow, and everything in between with our 2025 web animation performance tier list.
9
108
1K
🚀 Big news for Cloudflare Workers! WebSocket message sizes just got a HUGE boost – now up to 32MiB! 🎉 Handle larger payloads, like Chrome DevTools Protocol, with ease. More power for your edge applications! 💻 https://t.co/o4CeLUawUD
developers.cloudflare.com
The maximum WebSocket message size limit for all Workers has been increased from 1 MiB to 32 MiB.
1
16
184
the question I get the most at every conference or meetup: "what even are durable objects?" I spent the past 2 years building almost exclusively with durable objects, and today I'm compiling my notes and favourite patterns into a single blog post https://t.co/fyYn1Daeb7
24
54
417
Revisited an idea i started a while back. A library that converts GraphQL to SQLite statements. Lets you use GraphQL as an ORM for your database. Got it running in a cloudflare durable object today. Its so fast!!!! Hoping to have something more to share soon.
0
0
0
Cloudflare Workers' support for automatic tracing is now in open beta! Export traces to any OpenTelemetry-compatible provider for deeper application observability, no code changes required.
blog.cloudflare.com
Cloudflare Workers' support for automatic tracing is now in open beta! Export traces to any OpenTelemetry-compatible provider for deeper application observability -- no code changes required
3
15
130
These PRs have been merged in RN! Also drop-shadow and additional filters for iOS have been merged.
PRs for background position, size and repeat. https://t.co/e7LTVjgZno
https://t.co/96hnyof35L
https://t.co/uG1A5jkik7 loving this pattern by gpt😍
7
8
161
With react-native-css coming built into Expo soon this can't be any more exciting! Serving platform specific styles from server components couldn't be any easier.
1
0
0
I made a new vite plugin that uses react-native-css to compile the .rncss files to the same output that the metro plugin uses at runtime. So the server compiles both web and native styles from a single file at build time. Then serves up the correct one over RPC.
1
0
0
Everything is rendered on the server and serialized over RPC (capnweb). Then the client deserializes both the styles and components. Native styles made possible via react-native-css by @mark__lawlor (Nativewind).
1
0
0
React Server Components: do they improve performance or make it worse? If your answer is “I’ve no idea 😅,” I wrote a deep-dive to answer that! Experiments and real numbers, CSR vs SSR vs RSC, same app + test setup. Focus: initial load + data fetching. https://t.co/OyMoGpkl7Y
developerway.com
A data-driven comparison of CSR, SSR, and RSC under the same app and test setup, focusing on initial-load performance and the impact of client- vs server-side data fetching (including Streaming +...
12
56
443
New version of @callstack/liquid-glass has been released! This one makes use of the new iOS 26 API for border radius, making it compatible with context menus from Zeego 🔥 You can now achieve this awesome merge effect ⬇️
12
20
300
Heres a link to a super early prototype (forked from @zebassembly demo repo) https://t.co/xLNIjq7v3i
0
0
1
Getting this to work too quite a bit of debugging... - Capnweb needs https://t.co/VtzvEbFIZe - Using createElement with RCTView. Rendering react-native components directly will require server versions of hooks like useContext and forwardref needs to be serialized differently
github.com
Fixes #23 Per #23, many bundlers do not like our dynamic import of "cloudflare:workers". This PR takes a different approach, using the "exports" feature of &...
1
0
0
What if you could render react-native apps fully on the server without any bundler tricks? cc/ @zebassembly @csparks1919
What if your server components had interactivity and didn't require bundler tricks? cooking up an idea with @csparks1919
3
0
3