@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.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @fenderdigital/collections

    Weekly Downloads

    1

    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