mediumEngineering Practices#83

Single Responsibility: component splitting

Prompt

Split this monolithic screen into three components: UserHeader (avatar + name), UserStats (followers + following), UserBio (description). Give each component narrow props — only the fields it renders.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code