The idea
A page has to arrive somewhere
Over a network you did not choose, on a device you cannot predict, at a moment you do not control.
Static Core builds sites that finish. The work ends in a directory of HTML, CSS and images, and whatever a reader's browser does after that is its own business — there is no runtime of ours running alongside it.
That is not nostalgia. It is what happens when you take seriously that a page has to arrive over a network, on a device you did not choose, at a moment you cannot predict. Every kilobyte of framework is a bet that all three of those will go well.
So the framework runs once, here, during the build. TypeScript and JSX are templating; components are functions that return markup and are never seen again. What we hand over is the output and the source that produced it.