react-navi-helmet
Advanced tools
Weekly downloads
Readme
Integration between Navi and react-helmet.
Automatically renders your routes' title
and head
properties with a <Helmet>
, and also handles statically rendering the Helmet if you're using navi-scripts.
Also see react-navi-helmet-async if you're doing SSR.
Just import <HelmetProvider>
and wrap your app with it:
import HelmetProvider from 'react-navi-helmet'
// ...
<HelmetProvider>
<Router
// ...
/>
</HelmetProvider>
See the Navi Website.
FAQs
Use react-helmet to render your Navi routes' title and head.
The npm package react-navi-helmet receives a total of 357 weekly downloads. As such, react-navi-helmet popularity was classified as not popular.
We found that react-navi-helmet demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.