Hacker News new | ask | show | jobs
by s_kilk 3274 days ago
But what the hell kind of state is involved in rendering a static page of text with a few images?
2 comments

Initial page load might be marginally slower, although it's not hard to thrown down the bare minimum and lazy load the rest, but every subsequent page load will be faster and much less intrusive.

I'd say react is a perfect fit for this type of thing. A basic news site it might be, but there's a lot more going on under the hood than you'd imagine.

My experience has been that this kind of thing is very rare.