https://performance.dev/the-conductor-rewrite
The Conductor Rewrite: What They Changed to Make It Fast â A founder interview turned React performance teardown on how Conductor, a Mac app for coordinating coding agents, got 2x faster. It walks through a re-render trap, routing choices, and virtualization work on its chat view that added up to the win. I loved seeing the entire stack listed out too.
3 months ago
https://github.com/facebook/react/pull/36173#issuecomment-4608356402
The Rust Port of React Compiler is Nearly Ready to Go â Rick, of the React core team, notes Meta has been testing it, seen âgreat resultsâ, and itâs likely to be merged in the next week or two. You can test it now.
3 months ago
https://blog.sentry.io/nextjs-supabase-observability/
Next.js + Supabase: Catch N+1 Queries Before Users Do â Learn how you can use one trace from your Next.js page load through the API route, into the Edge Function, down to the Postgres query. Auto-detect N+1 queries, drain Supabase logs into Sentry, and let Seer suggest fixes for new issues.
3 months ago
https://www.youtube.com/watch?v=J4kzovOTNKw
â¶Â Â All 17 TanStack Projects in One App â TanStack now offers a huge suite of projects and libraries (Start, Form, Router, etc.) and this is a surprisingly good way to see what they all do in just 14Â minutes.
#science & technology
3 months ago
https://neciudan.dev/everything-you-need-to-know-about-sourcemaps
Everything You Need to Know About Source Maps â Source maps map between original source code and its minified/transformed version and are handy when debugging. Be careful to not let them expose your codebase, thoughâŠ
3 months ago
https://github.com/AndrewPrifer/liquid-dom
Liquid DOM: Liquid Glass for the Web â A striking implementation of Apple-style âliquid glassâ, with React bindings. You need WebGPU and the experimental HTML-in-Canvas API enabled to get the most from it, but itâs a neat look into the (near) future of browser capabilities.
3 months ago
https://react-spectrum.adobe.com/releases/v1-4-0
React Spectrum 1.4: Adobe's Complete React Design System â The homepage does a great job of selling it, but Spectrum is a spectacular toolkit for building a high quality experience. v1.4 adds drag-and-drop support for collection components, highlight selection and TableFooter in TableView, and more.
#react spectrum
3 months ago
https://github.com/desko27/react-call
react-call 2.0: Turn a Component Into Something You Can await â Lets you treat a React component like an async function. Ideal for imperative things with obvious return values like pickers, confirmations, and dialogs. v2 adds more options plus HMRÂ persistence.
3 months ago
https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect
You Might Not Need An Effect 1.0: Catch Effect Anti-Patterns â An ESLint/Oxlint plugin to catch when you might not need an Effect in React. If youâd rather do it by hand, though, the React docs explain all.
3 months ago
https://c15t.com/
đȘ c15t 2.0: Fast Consent Banners for React Apps â For when you need to add consent banners to your app that render as quickly as possible, keeping both the regulators happy and your users reassured.
3 months ago
https://www.tigerdata.com/go/trial
Faster Dashboards Start with Faster Queries â TimescaleDB extends Postgres so dashboards query live data at scale. No pipeline, no stale state. $1000 credit to start.
3 months ago