React — 01 sites
SaaS websites built with React. See how teams shipping on React design their landing pages, sections and overall visual style — useful if you're evaluating React for your own marketing site.
React itself is a UI library, not a full website framework, so a 'built with React' marketing site is almost always running on top of something else (Next.js, Remix, Gatsby, or a custom build) that handles routing and rendering — what React specifically contributes is a component model that lets a team reuse the same buttons, cards and layout primitives across the marketing site, the app, and often a design system shared across both. That reuse is the real reason teams already building their product in React default to it for the marketing site too, rather than reaching for a no-code builder: consistency of design and speed of shipping new pages tend to matter more once a company has an existing component library than the marginal performance difference of a different tool.