UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

17 lines (16 loc) 397 B
export * from './components'; export {HtmlManager, EFFECT_ID} from './manager'; export {HtmlContext} from './context'; export {showPage, getSerialized} from './utilities'; export { useDomEffect, useTitle, usePreconnect, useFavicon, useLink, useMeta, useBodyAttributes, useHtmlAttributes, useLocale, } from './hooks'; export {createSerializer, useSerialized} from './serializer';