Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fenderdigital/collections

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fenderdigital/collections

Fender Collections Functionality

latest
npmnpm
Version
0.0.5
Version published
Maintainers
9
Created
Source

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.

Keywords

react

FAQs

Package last updated on 27 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts