|
|
|
|
|
by micahbule
1670 days ago
|
|
Yes, NextJS does ship with an imperative router, but you cannot construct a custom route on the client-side without adhering to the core concept of building your routes based on the pages directory. I also agree that there's more to caching and SSG with NextJS. I'm simply stating some notable differences between NextJS and Remix, answering the top-most parent comment. |
|
Actually, that's not true. You can opt out of the fs-based routing altogether.