|
|
|
|
|
by micahbule
1688 days ago
|
|
While it's true that it's a Node framework, NextJS can totally function like a client-side React framework. NextJS just bakes a lot of basic and common functionality such as routing, built-in support for CSS modules, as well as optimizations (it's not premature if it's baked in already). The server-side mostly just takes place if you utilize the following:
- Built-in API
- Server-side Rendering |
|