|
|
|
|
|
by andrethegiant
2684 days ago
|
|
DOMContentLoaded isn't as relevant with SSR, because the markup and styles come rendered on the first response, so you never see an initial blank white page. More relevant metrics are TTFB (time to first byte) and TTI (time to interactive). I wouldn't want to implement a marketing site in express/pug. I want the flexibility of components and all the other benefits that React offers. |
|
Me too. But if you ever did marketing landing pages for products you might know that one landing page is not enough. You need thousands which match to Ad Word campaigns or which are optimized to different SEO fields, domains and whatever. While you still could manage this with Next and nice components, Next's subpar routing might be an obstacle.