0.0.5 • Published 4 years ago

@fenderdigital/collections v0.0.5

Weekly downloads
46
License
UNLICENSED
Repository
-
Last release
4 years ago

Collections for Fender React UI Kit

Description

Shared networking and Redux business logic for Collections.

Installation and Usage

yarn add @fenderdigital/collections --save
import { reducers as collections } from '@fenderdigital/collections/reducers';

// play-web
const makeRootReducer = asyncReducers =>
  combineReducers({
    ...asyncReducers,
    ...otherReducers,
    collections,
  });

// Play-ReactNative
const appReducer = combineReducers({
  ...otherReducers,
  collections,
});

Development

Check the Monorepo README for development documentation.

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