2026-04-17 • 4 min read
Why I Chose Next.js for My Portfolio
My reasoning behind using Next.js, and how it improves performance, structure, and scalability.
When building my portfolio, I chose Next.js over plain React.
The biggest reasons were:
- File-based routing
- Server components
- Better performance
Next.js forces better structure compared to traditional React apps.
It also prepares me for real-world applications where SEO and performance matter.
Using Next.js for my portfolio wasn’t just a choice — it was a step toward becoming a better full-stack developer.
#nextjs#frontend#performance