feat: add react-doctor infrastructure#2287
Closed
malinskibeniamin wants to merge 3 commits intomasterfrom
Closed
Conversation
- Add react-doctor dependency and `bun run doctor` script - Add CI workflow (push-only) replacing reviewdog - Add base react-doctor.config.json with all rules initially suppressed - Add prefers-reduced-motion CSS for accessibility - Update README with code quality section 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. |
3 tasks
- 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>
…2291) * frontend: add React Compiler compatibility layer - 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> * frontend: fix remaining react-doctor rules and enable file scanning Enable no-render-in-render and no-prevent-default rules, and remove 7 files from the react-doctor ignore list (knowledgebase, agents, mcp-servers, secrets-store, observability, transcripts). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
prefers-reduced-motionCSS for accessibility complianceChanges
.github/workflows/frontend-react-doctor.yml— new CI workflow replacing reviewdog.github/workflows/frontend-review.yml— removed (reviewdog)frontend/react-doctor.config.json— base config, all rules suppressedfrontend/package.json/frontend/bun.lock— add react-doctor dependencyfrontend/src/globals.css— add prefers-reduced-motion media queryREADME.md— add code quality sectionReact Doctor Score: 100/100
This is PR 1 of 6 in the react-doctor incremental rollout:
Test Plan
bun run doctorpasses with 100/100🤖 Generated with Claude Code