Found 49366 bookmarks
Newest
Asset pipelines: just say no
Asset pipelines: just say no
My good mate Yaroslav wrote about his new solution for bundling a complete Bun runtime inside a gem - by all means, give it a read. A lot of points he makes are very sensible, but for a few months now I have decided that - for myself - I will not be using any frontend bundling nor JS runtime at all. Here’s how you can do the same. How useful is an asset pipeline? There is, in fact, just one sensible use case for needing an asset pipeline, and it goes as follows. You are running revision abc0 on two machines, box1 and box2 You make some glorious changes to your frontend code, and a new version gets prepared which requires those changes to be applied to the frontend assets your users get loaded You deploy revision def1 with those changes. Then, because you sensibly deploy blue/green, the following happens: box1 gets the new version deployed, and a user hits it and loads the root page. The root page includes a reference to scripts.js, which is served from the same application. The browser shoots out a request for scripts.js as soon as it sees it while HTML is coming down on the wire The request for scripts.js ends up not on box1, but on box2. That box is still running your older version - the user gets their assets loaded for the older application revision, and gets a broken experience.
·blog.julik.nl·
Asset pipelines: just say no
Classicy
Classicy
A collection of React components that make it easy to add a customizable Webtop to your app with a unique & retro look.
·classicy.ing·
Classicy
Projecting React
Projecting React
An AI-generated projection of React's public API, shaped around what a TanStack Start app needs. ~9KB client, 2–3× faster on our workloads. Powers this blog today; capable of running tanstack.com end-to-end with no known regressions. An experiment, not a product. Not going into TanStack Start. Released, but not marketed.
·tannerlinsley.com·
Projecting React
自動テストだけで リリース判断できるチームへ - 鍵はテストの量ではなくリリース判断基準の再設計にあった / Redesigning Release Criteria for Lightweight Releases
自動テストだけで リリース判断できるチームへ - 鍵はテストの量ではなくリリース判断基準の再設計にあった / Redesigning Release Criteria for Lightweight Releases
自動テストだけでリリース判断できるチームへ - 鍵はテストの量ではなくリリース判断基準の再設計にあった https://confengine.com/conferences/scrum-fest-niigata-2026/proposal/49867
·speakerdeck.com·
自動テストだけで リリース判断できるチームへ - 鍵はテストの量ではなくリリース判断基準の再設計にあった / Redesigning Release Criteria for Lightweight Releases
AI時代のリッチテキスト形式(RTF)
AI時代のリッチテキスト形式(RTF)
Anthropic で Claude Code チームにいる Thariq Shihipar が、 2026年5月8日に「Using Claude Code: The Unreasonable Effectiveness of HTML」という記事を X に公開しました。 「HTML is the new Markdown」という宣言から始まる、AI の出力フォーマットとして Markdown ではなく HTML を活用するメリットを論じた内容です。 HTML is the new markdown. I've stopped writing markdown files for almost everything and switched to using Claude
·blog.lai.so·
AI時代のリッチテキスト形式(RTF)
Next.js Link as a Button
Next.js Link as a Button
A technical walkthrough on how to make a generic Button component (such as coming from a library) still use Next.js in-page routing.
·kittygiraudel.com·
Next.js Link as a Button
Introducing TanStack Form
Introducing TanStack Form
TanStack Form offers a powerful solution for handling form complexity in React. It emphasizes strong typing, performance, and detail management.
·frontendmasters.com·
Introducing TanStack Form
Announcing Rolldown 1.0
Announcing Rolldown 1.0
Rolldown, the high-performance Bundler for JavaScript, reached 1.0 stable and production readiness. It features speed, Rollup plugin compatibility, and unique bundler features. Upgrading from the latest RC does not need any code changes.
·voidzero.dev·
Announcing Rolldown 1.0