| ▲ | whstl 5 hours ago | |
Small correction: it's other frameworks that require you to opt-out, most notably Next.js. Although I've been seeing so many people confusing Next.js with React lately... Astro itself works just fine with React, and it can still be HTML-only. But you can also render React on the server yourself using renderToString, if you don't want a framework. | ||