Lessons
Lessons can be taken as part of a course or whenever you want to learn deeply about a specific subject or concept. They come in a range of formats, including how-to videos, quizzes, text-based content, and other activities.
-

My Reading List
Part of: Developing your first WordPress block
Scaffolding the new block To begin, you’ll use create-block to scaffold your new block plugin. In…
-

Welcome to week 3
Part of: Developing your first WordPress block
Welcome to week 3 of the Learn WordPress Developing your first block course cohort. For the…
-

Activity: Making some changes and building your block
Part of: Developing your first WordPress block
Up till now, you’ve learned a lot of the theory behind block development. Now would be…
-

block.json
Part of: Developing your first WordPress block
When you learned about the files that create-block generates, you learned about the block.json file. In…
-

package.json
Part of: Developing your first WordPress block
Before we go any further, it’s a good idea to dive a little deeper into your…
-

What does create-block generate?
Part of: Developing your first WordPress block
Take a look at what the scaffolded block plugin looks like by opening the wp-learn-todo directory…
-

Why use create-block?
Part of: Developing your first WordPress block
Let’s look at why it’s a good idea to use create-block to scaffold your blocks. create-block…
-

Introducing create-block
Part of: Developing your first WordPress block
How to use the WordPress create-block tool allows you to quickly scaffold a new block plugin.
-

Welcome to week 2
Part of: Developing your first WordPress block
Welcome to the second week of the Learn WordPress Developing your first WordPress Block course cohort!…
-

Why install nvm to install node.js, and npm
Part of: Developing your first WordPress block
As we pointed out in the Installing Node.js and npm lesson, you can install Node.js and…
-

Why install Chocolatey for Windows?
Part of: Developing your first WordPress block
In the Installing Node.js and npm lesson, we suggested using Chocolatey on Windows to install nvm,…
-

All about the terminal
Part of: Developing your first WordPress block
The terminal is a tool that allows you to interact with your computer using text commands.…