Use react-helmet to render your Navi routes' title and head.
npm install react-navi-helmetIntegration between Navi and react-helmet.
Automatically renders your routes' title and head properties with a , 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 and wrap your app with it:
``js
import HelmetProvider from 'react-navi-helmet'
// ...
/>
``
See the Navi Website.