Mongodb – How can I render user name from database inside h1 tag in react?
I want to render user name in the navbar if the user is logged in. If I use Normal Text inside h1, like User I get that in the browser but when I'm using {user.name} it's not getting me the…