機密情報の漏洩を防げ! Webフロントエンド開発で意識すべき漏洩パターンとその対策 - Speaker Deck
Collaboration sucks - by Charles Cook
Preflight request (プリフライトリクエスト) - MDN Web Docs 用語集 | MDN
[RFC]: Typesafe CSF factories · storybookjs/storybook · Discussion #30112
Cognitive Load | Laws of UX
ソフトウェア開発におけるクリエイティビティの最小化、認知負荷 - Runner in the High
useTransition – React
Directives and the Platform Boundary | TanStack Blog
How to Inspect React Server Component Activity with Next.js · Dash0
Is it Time to Regulate React? – David Bushell – Web Dev (UK)
Stitcher.io
AIを使う人は、AIをあまり使わない人から「怠惰で能力が低く、自立心に乏しい」と評価されやすい
Build your own React
React Conf 2025
React Fir は、 React のレンダリングを完全に再設計することを目指しており
await ui = await f(await state) という新しいメンタルモデル
品質の民主化 〜QAがいなくてもQAできるチームを目指して〜 - Speaker Deck
認知負荷を下げるテキストコミュニケーション - ジンジャー研究室
Getting Started: Error Handling | Next.js
Errors can be divided into two categories: expected errors and uncaught exceptions.
Expected errors are those that can occur during the normal operation of the application, such as those from server-side form validation or failed requests. These errors should be handled explicitly and returned to the client.
You can use the useActionState hook to handle expected errors in Server Functions.
For these errors, avoid using try/catch blocks and throw errors. Instead, model expected errors as return values.
Uncaught exceptions are unexpected errors that indicate bugs or issues that should not occur during the normal flow of your application. These should be handled by throwing errors, which will then be caught by error boundaries.
Errors will bubble up to the nearest parent error boundary. This allows for granular error handling by placing error.tsx files at different levels in the route hierarchy.
Error boundaries don’t catch errors inside event handlers. They’re designed to catch errors during rendering
to show a fallback UI instead of crashing the whole app.
会議の後に「ラップアップ」を入れてチームを強くする | フューチャー技術ブログ
LYTのベネフィット - evergreens
LYT フレームワーク - evergreens
小手先に見えるテクニックでも、実はReact的に考えられる
Trusted publishing for npm packages | npm Docs
AI時代のUIはどこへ行く? - Speaker Deck
Web Interface Guidelines
読むとLTがしたくてたまらなくなるマニュアル|うーたん
What You Need to Know about Modern CSS (2025 Edition) – Frontend Masters Blog
Getting Started: Updating Data
A Server Function is an asynchronous function that runs on the server. They can be called from client through a network request, which is why they must be asynchronous.
In an action or mutation context, they are also called Server Actions.
Minimal VScode UI!
"workbench.layoutControl.enabled": false
Mitigating supply chain attacks | pnpm
Why and How We Ported TypeScript to Go - Slidev
Flow
Stock
Development