0.0.7 • Published 4 years ago

@fenderdigital/favorites v0.0.7

Weekly downloads
53
License
UNLICENSED
Repository
-
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago