Create your Server If you are working with React and webpack, you probably or mostly never have to create your own local server. If you ever wonder how it works under the hood, here is a simple way to get a local...
Read More Local Development with Node and ExpressBlog
Quick Tip: Sharing Data in Next.js with React Context
The React Context API is a data store that provides functionality for accessing data at the component level without passing it down through the application as props. I like to think of Context as “global” props or state that can be directly...
Read More Quick Tip: Sharing Data in Next.js with React ContextSpringing Into Five for the Future Tomorrow
No matter the season, WebDevStudios (WDS) is always keen on contributing to Five for the Future (5FTF). While the spring air is invigorating, our motivation to give back to WordPress never stops, regardless the time of the year. We also love hearing...
Read More Springing Into Five for the Future TomorrowCompany News – April
April has proven to not be a month of fools, as WebDevStudios (WDS) continues to keep busy and focused on client projects, as well as giving back to WordPress. We have exciting stuff to tell you about. So, let’s get to it....
Read More Company News – AprilMore Ways to Contribute to Five for the Future in 2021
One of my favorite benefits of working at WebDevStudios is the company-sponsored opportunity to contribute to Five for the Future (#5FTF). Once a month, usually the last Friday, the whole company spends the day working on various projects and efforts that give back...
Read More More Ways to Contribute to Five for the Future in 2021Quick Tip: Gutenberg Blocks as JSON
Big Ugly Blobs When WordPress saves Gutenberg blocks to the database, it smashes them together as a string of markup. When you query that via the REST-API or WPGraphQL? You get this big ugly blob of HTML: The screenshot above isn’t that...
Read More Quick Tip: Gutenberg Blocks as JSONQuick Tip: Add Custom Meta Fields to GraphQL
One of WordPress’ greatest strengths, at least in my opinion, is its ability to function as a general-purpose content management system. This is usually done through custom post types and custom meta fields. Putting them onto the website is as easy as...
Read More Quick Tip: Add Custom Meta Fields to GraphQLUsing Constants and Input Fields to Store User Information
One of the advantages of using wp-config.php is how it allows us to add configuration options for our theme or plugin in a central place accessible throughout the entire site or web application; but using wp-config.php assumes a level of technical prowess...
Read More Using Constants and Input Fields to Store User InformationPlan a Website Strategy to Meet Your 2021 Goals
If 2020 taught us anything, it’s that your web presence is more valuable than ever. Your website, or better stated, your online real estate that you have full control over, is your best chance at impacting your audience. Simply put, you need...
Read More Plan a Website Strategy to Meet Your 2021 Goals