Category: Development
-
The first three things to add to theme.json
If you’re developing a WordPress block theme, here’s three things to add to your theme.json.
-
Converting an interface into a class
Interfaces in TypeScript are great, but you don’t need them if you’ve already got a class that will do the job.
-
Family history, React and TypeScript
Let’s start a new app to organize family history using ReactJS and TypeScript.
-
Theme.json basics
Here’s how to get started configuring theme.json to work for your WordPress block based theme.
-
Diving into Full Site Editing
Now that Full Site Editing (FSE) is planned for the next release of WordPress, I figured now is a good a time as any to learn how it works in order to make a useable theme.
-
Let’s build a game
Let’s build an Oregon Trail-style game together using HTML, CSS and JavaScript