|
|
|
|
|
by andrewingram
2687 days ago
|
|
I don't buy the vendor lock-in argument here. The vast majority of your code will have nothing Next-related in it, this is a sharp contrast to a lot of the other options out there. Your page entry points will have getInitialProps, but that's actually a pretty decent pattern I'd probably choose to keep even if I moved away from Next. The reason we actually went with Next is because it's relatively easy to drop if our needs diverge. |
|
It's not hard to write code, it's hard to keep code complexity low and maintainable and IDK if Next.js helps here.