React JS schedules state updates, it doesn’t run them immediately. Here’s how to make sure your state is current when you are updating state based on previous state.
React JS: Setting State Based on Previous State

React JS schedules state updates, it doesn’t run them immediately. Here’s how to make sure your state is current when you are updating state based on previous state.
How to use Wordpress’s REST API to implement a headless CMS on a React JS site, including adding the URL and Alt text of the featured image to the REST API’s response.
Sometimes you have properly enqueued a script or style in the Wordpress way but the changes are just not showing up on your site. Here are a few reasons why that could happen.
How we can get an aggregate value from Python built in functions in one line using lambda, or unnamed expressions.
Here are a bunch of methods to add, remove and change data in a Python list with code examples.
Improve your page ranking – how to add text to your WooCommerce category pages and make it display below the shop section.
Create your own custom Wordpress plugin quickly and easily from scratch to get coding with the minimum of fuss.
The Astra theme has its own custom WooCommerce hooks. Here’s how to use them!
Using the Augmented Assignment Operator to do a calculation on a variable and assign it back to itself, but more elegantly! More Productive Programming.
This post is the first in a series about getting data into a Google Sheet using a custom built WooCommerce webhook. Along the way, we’ll learn some smaller, really useful topics: The overall goal is to create a webhook that