react-navi-helmet-async
Version:
Use react-helmet-async to render your Navi routes' title and head.
25 lines (16 loc) • 592 B
Markdown
and [react-helmet-async](http://npmjs.com/package/react-helmet-async).
Automatically renders your routes' `title` and `head` properties with a `<Helmet>`, and also handles statically rendering the Helmet if you're using navi-scripts.
Just import `<HelmetProvider>` and wrap your app with it:
```js
import HelmetProvider from 'react-navi-helmet-async'
// ...
<HelmetProvider>
<Router
// ...
/>
</HelmetProvider>
```
See the [Navi Website](https://frontarm.com/navi/integrations/react-helmet/).
Integration between Navi