This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Next.js
nextjs.org
did:plc:np63qsk4tlzguykanskcipxi
Two ways to handle a blocking component in Next.js:
• Cache: so it can be prerendered with the rest of the page.
• Stream: so the rest of the page doesn't have to wait for it.
2026-02-04T17:20:44.257Z