Share URL via Webshare
Last week was a little different than what I am used to... I took notes at our previous meeting and forgot to get finished with providing the user a way to share their pet information when they are on the pet details page. I did some research on this but I ended up letting time go by and then I let other tasks take the majority of my attention. I nearly ended the week with nothing to show for the progress of the share mechanism. So, yesterday I got home and started working on the share functionality and found some articles that allow the user to share via Facebook after they click an icon. Facebook share with reactjs - Stack Overflow . Share Button - Social Plugins (facebook.com) Then I found a way to make an email icon and allow the user to share a link via email by using their preferred email client. How to share current URL in ReactJS - Stack Overflow I scrolled down some more and found something called react web share. This is a package that will allow the u...