Hi
I hope you all are well.
I am hoping to create publicly accessible āprofileā pages consisting of a username and profile picture from data stored in a Moralis database.
I am using react with react router, letās say I have set my routes path as /page/:username. When you type in page/moralisusername. I want to access and display the username and profile picture on the page. For example I want to show the image stored at user.attributes.profilePic._url for that particular user.
I would appreciate it if you could point me in the right direction.
Thank you.