Programming Adding attributes to HTML in React Sometimes you are served raw HTML from an API that you want to display in React and you need to modify or add attributes to certain elements inside. For this example, we will add the target="_blank" attribute to all anchors inside of an
Programming Gatsby + Bedrock + Valet Getting Gatsby to interact with a local WordPress Bedrock install was a really tricky endeavor. Here's how I was able to get it up and running.
Programming Output localized dates with Blade Formatting dates is always a tricky thing to handle in web applications. Let's try using a blade component to handle displaying them.