Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 464 Bytes

wceu-workshop.md

File metadata and controls

19 lines (16 loc) · 464 Bytes

Developing WordPress Blocks using vanilla JavaScript

  1. Show the final block code using JSX
  2. Show the final block code using "vanilla" JavaScript
  3. Cover the 4 basic files needed 5. PHP registration 6. block.asset.php 7. block.json 8. block.js
  4. createElement
  5. useBlockProps
  6. How to import WordPress components and use the 10. RichText
  7. How to create custom components 12. Form
  8. Set up the CSS
  9. Why JSX makes life easier