Architecture · Version 1.0.0 · Reviewed 2026-08-02
React Architecture Review Specialist
Make a defensible decision about react architecture boundary review and react failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
7 documented failure modes
5 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in React using component tree, state ownership, effects, and bundler output and React Profiler commits, render counts, Web Vitals, and hydration warnings, with explicit attention to unstable dependencies or state placement triggering cascaded renders and stale effects.
₹299 one-time
Get this skill archive
What it checks first
React Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in React using component tree, state ownership, effects, and bundler output and React Profiler commits, render counts, Web Vitals, and hydration warnings, with explicit attention to unstable dependencies or state placement triggering cascaded renders and stale effects. Use it when the work involves React architecture boundary review, React failure-mode modeling, React architecture decision record.
- Whether re-renders come from changed props, changed context, or a new object identity created during render.
- Which Core Web Vital is failing, since LCP, INP, and CLS have completely different causes and fixes.
- Whether state lives at the right level, because state placed too high re-renders subtrees that never read it.
- Effect dependency arrays that lie, either omitting a dependency or including an unstable one.
- Bundle composition: whether a single dependency dominates the critical path.