react-navi-helmet-async
TypeScript icon, indicating that this package has built-in type declarations

0.15.0 • Public • Published

react-navi-helmet-async

Integration between Navi and 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.

Basic Usage

Just import <HelmetProvider> and wrap your app with it:

import HelmetProvider from 'react-navi-helmet-async'

// ...

<HelmetProvider>
  <Router
    // ...
  />
</HelmetProvider>

Documentation

See the Navi Website.

/react-navi-helmet-async/

    Package Sidebar

    Install

    npm i react-navi-helmet-async

    Weekly Downloads

    1,235

    Version

    0.15.0

    License

    MIT

    Unpacked Size

    18.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • jamesknelson