@ifds/hydration-lens-core
v0.1.3
Published
Framework-agnostic core for hydration-lens: issue model, DOM locator, and overlay UI.
Maintainers
Readme
@ifds/hydration-lens-core
Framework-agnostic foundation for hydration-lens. It provides the shared hydration issue model, issue bus, DOM locator, and in-browser overlay used by the React and Vue adapters.
This package is usually installed indirectly through a framework adapter:
npm install --save-dev @ifds/hydration-lens-react
npm install --save-dev @ifds/hydration-lens-vueUse the core directly only when building another framework adapter or integrating hydration diagnostics yourself. The public API includes createIssueBus, locate, describeElement, and mountOverlay, along with the shared TypeScript types.
License
MIT — see the repository LICENSE.
