Package Exports
- @fenderdigital/favorites
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fenderdigital/favorites) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Favorites for Fender React UI Kit
Description
Shared networking and Redux business logic for Favorites.
Installation and Usage
yarn add @fenderdigital/favorites --saveimport { reducers as favorites } from '@fenderdigital/favorites/reducers';
// play-web
const makeRootReducer = asyncReducers =>
combineReducers({
...asyncReducers,
...otherReducers,
favorites
});
// Play-ReactNative
const appReducer = combineReducers({
...otherReducers,
favorites
});Development
Check the Monorepo README for development documentation.