Hacker News new | ask | show | jobs
by root_axis 448 days ago
Even SSR is pretty easy to do without a framework. Just render the component with react-dom/server and use hydrate on the client.