Posts
Media
Videos
Starter Packs
Cody
@codey.bsky.social
· 2d
Reposted by Cody
Cody
@codey.bsky.social
· 2d
Cody
@codey.bsky.social
· 3d
I have a new RFC up for route caching in Astro. It's our answer to ISR etc, but it has some important differences that I think would make it really powerful.
If you saw my talk at ViteConf you will have seen a preview, but this has a lot more detail on implementation and API. I'd love feedback!
If you saw my talk at ViteConf you will have seen a preview, but this has a lot more detail on implementation and API. I'd love feedback!
Route Caching by ascorbic · Pull Request #1245 · withastro/roadmap
Summary
A platform-agnostic route caching API for Astro SSR pages that enables declarative cache control using web standards.
Examples
Basic route caching
---
// src/pages/products/[id].astro
impor...
github.com
Cody
@codey.bsky.social
· 4d
All of the colors are calculated based on a single CSS variable using relative oklch, so you can change the theme with just one line.
--tint: green;
Modern CSS is amazing! 😲
--tint: green;
Modern CSS is amazing! 😲
Cody
@codey.bsky.social
· 12d
Reposted by Cody
Josh
@joshellis.co.uk
· 18d
React 19.2 is now available!
This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:
react.dev/blog/2025/10...
This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:
react.dev/blog/2025/10...
React 19.2 – React
The library for web and native user interfaces
react.dev
Cody
@codey.bsky.social
· 19d
Reposted by Cody
Reposted by Cody
Sanity
@sanity.io
· 25d
Cody
@codey.bsky.social
· Sep 19
You have other options and supporting it is a) a foot gun for payload size and b) blocks payload deduplication which is more important github.com/facebook/rea...
Add Server Context deprecation warning by sebmarkbage · Pull Request #27424 · facebook/react
As agreed, we're removing Server Context. This was never official documented.
We've found that it's not that useful in practice. Often the better options are:
Read things off the url o...
github.com
Cody
@codey.bsky.social
· Sep 19
phil 🫠 on X: "amazing to still see styled-components hidden in some codebases 👀 lots of differences from modern CSS approaches, but SC's ordering guarantees are still kinda neat also CSS-in-JS's perf would be even worse if this issue wouldn't have been fixed😂 https://t.co/oTy95EZkp2" / X
amazing to still see styled-components hidden in some codebases 👀 lots of differences from modern CSS approaches, but SC's ordering guarantees are still kinda neat also CSS-in-JS's perf would be even worse if this issue wouldn't have been fixed😂 https://t.co/oTy95EZkp2
x.com
Cody
@codey.bsky.social
· Sep 18
Reposted by Cody
daniel on holiday 🏝️
@danielroe.dev
· Sep 16
in light of the current supply chain attacks, I've just published a @github.com action to detect packages that _lose_ their provenance.
📦 supports pnpm-lock.yaml, package-lock.json, yarn.lock (v1)
🎨 inline GitHub annotations
✅ JSON output + configurable
💪 published in TS with zero deps
📦 supports pnpm-lock.yaml, package-lock.json, yarn.lock (v1)
🎨 inline GitHub annotations
✅ JSON output + configurable
💪 published in TS with zero deps
GitHub - danielroe/provenance-action: GitHub Action that detects dependency provenance downgrades from lockfile changes (npm/pnpm/yarn).
GitHub Action that detects dependency provenance downgrades from lockfile changes (npm/pnpm/yarn). - danielroe/provenance-action
github.com
Cody
@codey.bsky.social
· Sep 16
React Compiler oxc plugin · Issue #10048 · oxc-project/oxc
I wanted to open an issue capturing some of our past discussion on adding support for React Compiler as an oxc plugin. For context, the React team reached out to both the swc and oxc projects a few...
github.com
Cody
@codey.bsky.social
· Sep 15
Reposted by Cody
Reposted by Cody
dan
@danabra.mov
· Sep 12
styled-components maintenance mode doesn't have to mean panic mode.
Our engineer @codey.bsky.social made performant community forks. Linear's already seeing 40% faster renders with zero code changes.
Not a permanent fix, but it buys you time to migrate properly.
www.sanity.io/blog/cut-sty...
Our engineer @codey.bsky.social made performant community forks. Linear's already seeing 40% faster renders with zero code changes.
Not a permanent fix, but it buys you time to migrate properly.
www.sanity.io/blog/cut-sty...
styled-components maintenance mode: A 40% faster fork | Sanity
After styled-components entered maintenance mode, we forked it with React 18's useInsertionEffect. Result: 40% faster renders for Linear. Open source solution.
www.sanity.io
Cody
@codey.bsky.social
· Sep 12
feat: use insertion effects when available by stipsan · Pull Request #4332 · styled-components/styled-components
At sanity we use styled-components extensively, our @sanity/ui design system is built upon it, and most of the Sanity Studio codebase is as well. We've been testing the impact of implementing u...
github.com