Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 976 Bytes

File metadata and controls

7 lines (4 loc) · 976 Bytes

Consumer

The library already brings implicit API consumer in terms of Enhancer Components. They already use the library API to alter enhancements. You can have a look into the Enhancements section to find them depending on the enhancement. For instance, the Sort component is such an enhancer component that comes with the library.

In addition, you can manually consume the library API. Each enhancement offers an API to alter it in the Redux store. To get to know all of these APIs, you can check again the Enhancements section. Each enhancement has its own action and selector API to the Redux store.

After all, you can extend the library with your own Enhancements and Enhancer Components. You only need to use the library API to access and update enhancements in the Redux store. You can find one of these custom Enhancer Components in the Filter Enhancement.