frontend: React Compiler compatibility layer#2289
Merged
malinskibeniamin merged 1 commit intoreact-doctor/1-infrastructurefrom Mar 11, 2026
Merged
frontend: React Compiler compatibility layer#2289malinskibeniamin merged 1 commit intoreact-doctor/1-infrastructurefrom
malinskibeniamin merged 1 commit intoreact-doctor/1-infrastructurefrom
Conversation
- Add 'use no memo' directives to 60 components using incompatible libraries (TanStack Table, react-hook-form, Zustand stores) - Add React Compiler source filter in rsbuild.config.ts - Add useApiStoreHook typed wrapper for Zustand store selectors - Fix type errors in header, sidebar, and require-auth components Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Mar 11, 2026
123ba17
into
react-doctor/1-infrastructure
15 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add React Compiler compatibility across 60 components to prepare for incremental react-doctor rule enablement.
'use no memo'directives to components using incompatible libraries (TanStack Table, react-hook-form, Zustand)rsbuild.config.tsto skip compilation for problematic modulesuseApiStoreHooktyped wrapper for Zustand store selectorsChanges
frontend/rsbuild.config.ts— React Compiler source filterfrontend/src/state/backend-api.ts—useApiStoreHookwrapperfrontend/src/components/layout/header.tsx— type fix for useApiStoreHookfrontend/src/components/layout/sidebar.tsx— type fix for useApiStoreHookfrontend/src/components/require-auth.tsx— type fix for useApiStoreHook'use no memo'directive additionsReact Doctor Score: 100/100
PR 2 of 6 in the react-doctor incremental rollout. Depends on #2287.
Test Plan
bun run type:checkpassesbun run doctorpasses with 100/100🤖 Generated with Claude Code