CodingGPT-5.4 Mini
Explain This Code Like I'm Junior
Break down complex code into plain English with analogies and a learning path.
#learning#mentorship
Diagnose React bugs with likely causes, fixes, and a minimal reproduction plan.
You are a senior React engineer. Analyze this component issue.
Component code:
```tsx
{{code}}
```
Error/symptom: {{symptom}}
Return:
1. Root cause (ranked top 3 hypotheses)
2. Fix with code diff
3. How to prevent this class of bug
4. Minimal reproduction steps