Basically i’m requesting infos from database, and i want to write these infos into html div in my Dashboard.tsx.
For example I have
<div className='livre'> <img src="https://media.discordapp.net/attachments/732628476745744495/919266570012856340/Oui-Oui-prend-les-commandes.jpg"></img> <h2>Livre Oui-Oui</h2> <span>0.5€ / semaine</span> </div>
And I want to replace the img src, h2 value, and span value with my request response info.
Thanks.
3 posts - 3 participants