Your cart is currently empty!
Guide: How I structure my WP Gutenberg & WC Blocks project
The build process is reliant upon the editorScript param within the block.json Then it runs the checkoutRegisterBlock and registerBlockType. Whats in the build folder are blocks. I always prepend it with checkout-block- to know the naming scheme and how the block is shown differently. I’ve yet to add the slot fill on the editor side…
Private Work Notes: Making a Fundraiser with realtime functionality – Part 1
Work notes: Building a ‘Barebones’ theme for better cURL output
Work Notes: EC Refactor 2 – Part 2
Work Notes: EC Refactor 2 – Part 1
Work Notes: Using local storage to share state between Gutenberg Blocks.
Work Notes: Creating a custom WordPress API to interact frontend with the backend.
Work Notes: Creating a control panel for WooCommerce Blocks checkout blocks.
I need to focus on getting the children param because that’s where a bunch of attributes are going to be which I can’t normally access from the frontend without the children prop. Notice if you would like to know why the checkbox is rendered underneath the contact block it because of two things within the…
Work Log: Using WC Blocks Slot Fills for Shipping Information – Part 3
What I am working on in this article: – Move the previous extended checkout’s webpack config, components and integration into @woocommerce/extend-cart-checkout-block. – Customizing the plugin from a slot fill rendered view. – How the checkoutExtensionData prop is passed through. Questions: Why does every single component in the OG version of Extended Checkout need it’s own…
Article: Writing to Devs for Help on an issue.