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

0.0.5 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i @fenderdigital/collections

Weekly Downloads

0

Version

0.0.5

License

UNLICENSED

Unpacked Size

120 kB

Total Files

18

Last publish

Collaborators

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