Simple wrapper to simplify integration with Beamer.
You can choose to use a function beamerInitialize
or a wrapper for React Helmet.
import { BeamerHelmet } from 'react-beamer';
[...]
<BeamerHelmet id={productId} url={url} args={args} />
import { beamerInitialize } from 'react-beamer';
[...]
beamerInitialize(productId, url, args);
PS: URL and args are optional
🎉
MIT