JSPM

@fenderdigital/favorites

0.0.7
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q16346F
    • License UNLICENSED

    Fender Favorites Functionality and Utils

    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 --save
    import { 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.