▲ | martinald 4 days ago | ||||||||||||||||
But even the most well optimized nextjs/react 'blog' or ecom site performs and order of magnitude worse than a SSR version, simply because you have to bring in runtime stuff? I'm giving extreme examples; but I've seen very very able development teams totally shoot themselves in the foot with this. | |||||||||||||||||
▲ | robertoandred 4 days ago | parent [-] | ||||||||||||||||
Next/React sites can be SSRd just fine. If a db call is slow it's going to be just as slow for a PHP page as for a React page. | |||||||||||||||||
|