|
|
|
|
|
by midway
2684 days ago
|
|
> Next.js [...] loads a little faster IDK, my dockerized express site loads much faster. At 20ms without network time (and this w/o caching). My real React SPA give you instant (0ms) page loads. Nextjs.org initial load is at 580ms and the doc came at whopping 1.38sec (oh yeah) and page loads are not instantly... this thing doesn't make sense (for my use cases). If the only thing I know is React and JSX, then maybe but routing with express is much easier. => you want make serious money with SEO => get some real SSR environment => you want a great SPA, buttersmooth, interactive, maintainable code => React or other popular SPA libs |
|