woocommerce/plugins/woocommerce-blocks/docs/internal-developers/data-store/README.md

10 lines
553 B
Markdown
Raw Normal View History

# Data stores in WooCommerce Blocks <!-- omit in toc -->
## Table of contents <!-- omit in toc -->
- [Validation](./validation.md)
In our project, we leverage [`@wordpress/data`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-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](../../third-party-developers/extensibility/data-store).