Skip to main content

One doc tagged with "SPA"

View all tags

Single-Page Applications

Single-page applications (SPAs) built with frameworks like React, Angular, or Vue manage page transitions by dynamically rewriting the DOM rather than performing full page navigations. The consent banner is injected as a DOM element, and your application can remove it during route changes or component re-renders.