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.
-

Common APIs – responsive images
This tutorial will focus on the Responsive Images API, including a brief history of responsive images…
-

Block Editor concepts
Part of: Developing your first WordPress block
useBlockProps The useBlockProps hook is a React hook that is used to add the block’s CSS…
-

React concepts
Part of: Developing your first WordPress block
React is a JavaScript framework. Think of a programming framework as a set of tools built…
-

JavaScript concepts
Part of: Developing your first WordPress block
Now that you have somewhere to test your JavaScript code, let’s learn a bit more about…
-

Developer Tools and the Console
Part of: Developing your first WordPress block
This week you’ve learned a lot about programming in JavaScript, from creating variables like arrays and…
-

Accessing WordPress data
Part of: Developing your first WordPress block
Now that you have the basics of your block configured, it would be a good time…
-

Welcome to week 4
Part of: Developing your first WordPress block
Welcome to week 4 of the Learn WordPress Developing your first block course cohort. You’re doing…
-

useBlockProps
Part of: Developing your first WordPress block
At this point, you may be wondering how the block’s class attribute is applied to the…
-

Block Styling
Part of: Developing your first WordPress block
In the My Reading List lesson, you learned the following: You may have also noticed that…
-

Internationalisation
Part of: Developing your first WordPress block
While we’re on the topic of importing package components, take a look at the first line…
-

The import declaration
Part of: Developing your first WordPress block
In the previous lesson, you learned about the JavaScript import statement. This statement is used extensively…
-

Block Registration
Part of: Developing your first WordPress block
register_block_type and registerBlockType In order to build a working block plugin, you need at least two…