Use react-helmet-async to render your Navi routes' title and head.
npm install react-navi-helmet-asyncIntegration between Navi and react-helmet-async.
Automatically renders your routes' title and head properties with a , and also handles statically rendering the Helmet if you're using navi-scripts.
Just import and wrap your app with it:
``js
import HelmetProvider from 'react-navi-helmet-async'
// ...
/>
``
See the Navi Website.