React Compilerを有効にして9ヶ月が経ちました
ARANK

はじめにReact Compilerを2024年7月末に導入し、2024年10月中旬からプロダクション利用を開始して現在(2025年5月中旬)に至りますこれまでに起きたことや感想を共有したいと思います前提技術スタックNext.jsのPages Routerを使用し、サーバー側で動く処理はほぼないreact-hook-formを使用reactStrictModeはtrue導入時にeslint-plugin-react-compilerを使った検査では違反なし各ライブラリのバージョンアップは随時行っている// 2024年7月末の導入時 next: 15.0.0-rc.0 react: 19.0.0-rc-01172397-20240716 babel-plugin-react-compiler: 0.0.0-experimental-938cd9a-20240601 react-hook-form: 7.52.1 // 2024年10月中旬のプロダクション利用開始時 next: 15.0.0-rc.1 react: 19.0.0-rc-cd22717c-20241013 babel-plugin-react-compiler: 0.0.0-experimental-fa06e2c-20241016 react-hook-form: 7.53.0 // 2025年5月中旬の執筆時 next: 15.3.2 react: 19.1.0 babel-plugin-react-compiler: 19.1.0-rc.1 react-hook-form: 7.55.0 開発スタイルフロントエンドのコードにコミットをする主なメンバーは1~2人開発者がテストも行う(QAやテスター等開発者以外にテストを行ってくれる…

zenn.dev
Related Topics: React