Getting Started - and other learning resources #52894
Replies: 4 comments 10 replies
-
When will the WP movies theme and its blocks get updated to use the latest interactivity api? |
Beta Was this translation helpful? Give feedback.
-
Learning Resources from the Community |
Beta Was this translation helpful? Give feedback.
-
FYI: If anyone is experimenting with the interactivity API in custom blocks with the newest Gutenberg version(s), you have to change the If you're also extending the default webpack config of the scripts package: With |
Beta Was this translation helpful? Give feedback.
-
From the merge announcement.
But every example is with blocks, so is it? Can I use this in classic Themes/Plugins without Blocks? I just ported my setting page to Alpine.js (for no real reason) and now I learn about this, and I am exited and annoyed at the same time, as I obviously would like to port it again to this as it looks very similar and was inspired by it right? I need to support classic editor, I am not even sure if it's possible to use blocks for the admin screens, I guess not, but I do not want to anyway. Additionally, I would love to use it on plugins generated HTML that does not use blocks. Would be happy for any clarification and a basic tutorial on how to use it without Blocks. |
Beta Was this translation helpful? Give feedback.
-
Ready to add some interactivity to your blocks? Although it is still experimental, you can begin to explore the Interactivity API potential and provide valuable feedback. Remember, your feedback and suggestions will help us shape the API and improve the tool for everyone. So let's get started! 🙂🚀
Resources
Examples/ Demos
interactivity-api-block-833d15
interactivity-api-countdown-3cd73e
interactivity-api-quiz-1835fa
Documentation is still in progress. In the meantime, please do not hesitate to start a new discussion for any questions you may have regarding how to use it, the different APIs, or recommended patterns for specific scenarios. If you are willing to help with the documentation, please say so in this discussion, and we'll coordinate everyone's efforts.
Beta Was this translation helpful? Give feedback.
All reactions