woocommerce/plugins/woocommerce-blocks/docs/internal-developers/data-store
Thomas Roberts 676ed6b679 Add checkout data store docs (https://github.com/woocommerce/woocommerce-blocks/pull/8117) 2023-01-06 07:52:02 -08:00
..
README.md Add checkout data store docs (https://github.com/woocommerce/woocommerce-blocks/pull/8117) 2023-01-06 07:52:02 -08:00
checkout.md Add checkout data store docs (https://github.com/woocommerce/woocommerce-blocks/pull/8117) 2023-01-06 07:52:02 -08:00
validation.md Add internal validation data store docs (https://github.com/woocommerce/woocommerce-blocks/pull/8100) 2023-01-05 06:44:11 -08:00

README.md

Data stores in WooCommerce Blocks

Table of contents

In our project, we leverage @wordpress/data data stores to hold information about the state of various WooCommerce blocks.

More information on the actions and selectors available on each data store can be found in the third-party developer's data store documentation.