|
|
|
|
|
by aurareturn
970 days ago
|
|
I was a tech lead and managed a massive project (multiple billions of page views per year) that did a complete rewrite with React in 2014-2015. React was complete shit back then - especially the first load speed. It was not ready for "real" production. We basically built an internal framework on top of React for things like server side rendering (which no one did with React back then), above the fold loading optimization, developer experience, devOps on top of React. We basically built Next.js internally. So no. It was not production ready for real performance-based websites. Next.js made it significantly better as soon as it came out. |
|