|
|
|
|
|
by tracker1
2945 days ago
|
|
React can definitely use Server-side rendering... but it's often used for pre-render caching, and even doughnut caching to bootstrap the full application on the client, so you see content sooner. But, it's entirely possible to pre-render and degrade gracefully. Is it worth the effort for a fraction of a percent of technical users whining about the need for JS? probably not. |
|