0.0.7 • Published 5 years ago

@fenderdigital/favorites v0.0.7

Weekly downloads
53
License
UNLICENSED
Repository
-
Last release
5 years ago

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.

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago