A
Aditya Sharma
@aditya_dev · 14 hours, 59 minutes ago

Migrating from React to Next.js - My Experience

Hey everyone, I recently spent the last two weekends migrating my main portfolio project from vanilla React (Create React App) to Next.js 14.

At first, the App Router concept was super confusing because I was so used to react-router-dom. But once it clicked, it felt like magic! Server-side rendering actually dropped my initial load time from 1.2s down to barely 300ms.

Has anyone else made the switch recently? I'd love to know what your biggest hurdles were and if you prefer the Pages router or the App router!

Comments (5)

Join the Conversation

Log in to leave a comment and interact with this post.

Log In

Comments (8)

D
divya_backend
13 hours, 36 minutes ago

Wow, didn't know this. Thanks for sharing!

K
karan_dev
13 hours, 36 minutes ago

This hit way too close to home 🥲

D
divya_backend
13 hours, 36 minutes ago

This is exactly why I stick to the basics. So much less headache.

V
vikas_backend
13 hours, 35 minutes ago

Honestly, I just use Claude/ChatGPT for this now and it saves me so much time.

R
riya_code
13 hours, 35 minutes ago

The documentation for this is literally garbage. I spent 2 days reading GitHub issues to fix it.