Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 704 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 704 Bytes

@daffodil/product-configurable

Building and maintaining a model and code for an ecommerce store is complex and mentally taxing. @daffodil/product-configurable provides clear interfaces, models, and factories for the frontend of an ecommerce store so that you don't have to.

Installation

npm install @daffodil/product-configurable

The @daffodil/product-configurable package is intended for use in conjuction with the @daffodil/product package. After installing the @daffodil/product package, import the DaffConfigurableProductStateModule. This module will add the DAFF_CONFIGURABLE_PRODUCT_STORE_FEATURE_KEY to the app root redux state along with configurable product state.