|
|
|
|
|
by leerob
1690 days ago
|
|
> Next.js' routing is very limited compared to React Router What specifically do you find is lacking? > I've been very vocal against Next multiple times recently, so I'm definitely biased, but I wouldn't use it for anything more than a basically static web app. Its whole API is very basic, and quite shallow and underdocumented when you need to go a little deeper than "compile this React component into a static html page" and filesystem-based routing. Could you be more specific? Next.js was originally designed for server-rendered React apps, so I'm wondering how you landed to using it only for static web apps. Especially would love to hear more about what you think is missing from the docs. |
|