Comment on Ask HN: Any web frontend library that fallbacks to SSR if JavaScript is missing?Comments−v0idzer03yReact? Pretty trivial to set this up in React. But why fallback when you can just do both. SSR always. Then let the js run if its enabled. This is what Next.js and countless other react frameworks do
Comments
React? Pretty trivial to set this up in React. But why fallback when you can just do both. SSR always. Then let the js run if its enabled. This is what Next.js and countless other react frameworks do