Hacker News new | ask | show | jobs
by hobonumber1 2255 days ago
You can use server-rendered React. You get the benefit of having components without the cost of downloading React on the frontend (unless you have something interactive). This is what NextJS does.