Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Wordpress Gutenberg Blocks For Beginners.
Last updated 10/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.65 GB | Duration: 4h 12m
Learn how to code blocks from scratch for Gutenberg, the new WordPress editor.
What you'll learn
You'll be able to build blocks from scratch for Gutenberg, the new WordPress editor.
You'll be able to set up your development environment for building Gutenberg blocks.
You'll feel very comfortable using the command line to copy, create, delete, and move files and directories.
You'll be able to build a WordPress plugin from scratch.
You'll know how to create an easy to maintain, scalable architecture for your Gutenberg blocks.
You'll know how to use your blocks in both plugin and production environments.
Requirements
Be familiar with WordPress.
A desktop Mac or Windows computer is required.
Be familiar with HTML, CSS, JavaScript, React and PHP. None of these are required, but knowing a little about each will definitely help.
Description
This course is for anyone who wants to learn how to build Gutenberg blocks from scratch. Are you a WordPress theme developer? Are you a WordPress plugin developer? Do you build WordPress websites? Then you really need to check this course out.In the not so distant future WordPress is going to be releasing a new editor codenamed Gutenberg. This new editor will replace the existing TinyMCE wysiwyg editor with the goal of making it easy to create rich page and post layouts.What the heck is a Gutenberg block? Great question! These new rich page and post layouts will be built using a collection of blocks. A Gutenberg block is then just a piece of a website. A block could be as simple as a button. Or a button with different customization options. Or a button with a form to subscribe to a newsletter. Or a header with a customizable background image. Get it?!In this...