Explain This Code Like I'm Junior
Break down complex code into plain English with analogies and a learning path.
Explain this code to a junior developer who knows basic JavaScript but not this pattern.…
Diagnose React bugs with likely causes, fixes, and a minimal reproduction plan.
by LMpadYou 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