|
|
|
|
|
by chrisco255
2411 days ago
|
|
I mean, it's a great framework if you're building a static web page and you want the flexibility of using React. If you want to serve up dynamic apps with server rendered content, Next.js (also React based) might be a better choice. Or a traditional SPA (as shown in Create React App) is fine for a lot of use cases, too. |
|