I am making a website in which I am trying to set meta tag dynamically from the backend I am using Laravel as a backend and react JS as a frontend but it doesn't work i already tried Helmet but it won't work either so please can anyone help me. thank you
React.js 18 version not work hydrate
https://react.dev/reference/react-dom/hydrate
Helmet not working
<Helmet>
<title>{title}</title>
<meta name="description" content={title} />
<meta property="og:title" content={title} />
<meta property="og:description" content={title} />
<meta property="og:image" content={image} />
</Helmet>
npm i react-helmet-async
library not working
If you have front project in react js and API's created in php-laravel than you want get request from server when post detail api call.
you can set middleware in particular api and get request from facebook,whastapp,twitter and so on. like...
I created middleware in laravel. and register middleware in app/http/kernal.php
And created middleware....
You will get this keyword from server and get than you can set meta tags.
because react js not allowed update or change and add meta tags in src/index.html file