woocommerce/plugins/woocommerce-admin/client/products/hooks
Joel Thiessen b8416d7948
Replacing multiple components on the product page with a single hook. (#37283)
* Replacing multiple componments on the product page with a single hook.

* Adding changelog

* Removed the conditional hook logic, because of React rule - Don’t call Hooks inside loops, conditions, or nested functions.

* Use promise for receiving entity, and reload template on product change

* Add changelog

---------

Co-authored-by: Lourens Schep <lourensschep@gmail.com>
2023-03-22 04:48:55 -03:00
..
use-product-attributes.ts Remove variations logic from the AttributeControl component (#36563) 2023-02-02 13:04:32 -08:00
use-product-entity-record.ts Replacing multiple components on the product page with a single hook. (#37283) 2023-03-22 04:48:55 -03:00
use-product-variation-navigation.ts Remove persisted query on return to parent product from variation (#36365) 2023-01-12 09:20:46 -08:00
use-product-variations-helper.ts Move product editor utils to product editor package (#36730) 2023-02-23 09:48:49 -08:00