I've already developed and deployed ReactJS app with separated front and backend (Laravel).
I'm facing issue with sharing pages with dynamic data due to the disability of react to dynamically generating meta tags, No dynamic preview , no dynamic title .
After searching the web for days the only stable solution found is migrating to NextJs.
my question is can i migrate ( partially ) to Nextjs ?
using Nextjs router for only the sharable pages and preserve the react router for the rest pages? or any other solution other than nextjs for that issue ?