This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ricky
ricky.fm
did:plc:jxk45ekze4mv3v4vpipobzhu
A new React 19 feature that might have gone unnoticed:
ReactDOMStatic.prerender(<App />)
It's like the old renderToString API, but unlike renderToString, prerender will wait for Suspense boundaries to finish before returning the HTML.
2024-12-12T21:54:15.251Z