@fenderdigital/favorites
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

Package Sidebar

Install

npm i @fenderdigital/favorites

Weekly Downloads

1

Version

0.0.7

License

UNLICENSED

Unpacked Size

321 kB

Total Files

39

Last publish

Collaborators

  • stevenhuynh
  • markv242
  • coopercodecomposer
  • sherbert
  • jcuanan
  • derduher
  • philipyun
  • theloopla
  • jemnon