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
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.