Skip to main content

7 docs tagged with "react"

View all tags

Anchored region

Anchored regions are containers that position content relative to the anchor element.

Avoiding browser memory leaks

A memory leak is when the application keeps data in memory after it is no longer needed. In the browser UI, that usually means something still holds a reference to objects, DOM nodes, or subscriptions after a component is removed or a screen is closed—via closures, DOM references, or failing to clean up event listeners and subscriptions.

Framework integration

Foundation UI is based on web components, so it can work alongside any front-end framework, such as React and Angular.