Hacker News new | ask | show | jobs
by stachudotnet 824 days ago
Basically I'm an idiot. I pay for ghost, which costs money. I have some stuff on AWS to manage SSL (which imo shouldn't cost as much as it does and maybe I'm doing something dumb). I pay for fireside, which is _basically_ a static site. I also have a site that _should_ be static, but I tried to be fancy and do server-side rendering, which is costing me, because again, I'm an idiot who was once ambitious.
1 comments

If the last one is built with React look into the new React Server Components. Pretty much everything that's not strictly dynamic can not only be rendered server-side, but you can also prerender entire component hierarchies into static HTML assets.