0.15.1 • Published 3 years ago

@topmonks/react-navi-helmet-async v0.15.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.