Hacker News new | ask | show | jobs
by perfectritone 842 days ago
It really should be a static page.
1 comments

Built on React, though.
React can be used fine for static pages. That's orthogonal.
React does have server components which are completely rendered server side, ala PHP or similar. Even SSG/pre-rendering support.