New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

enhance-reducer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhance-reducer

A collection of enhancer functions for adding repeated functionality to reducers

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Enhance Reducer

CircleCI npm version

a group of utility functions for composing additional functionality into a reducer. Available for JavaScript and TypeScript.

Getting Started

# Using npm
npm install --save enhance-reducer

#Using Yarn
yarn add enhance-reducer

All functions are available on the top level import.

import { pipe, withLoadable, withResetState /* ... */ } from 'enhance-reducer';

enhance-reducer can be used to...

  • Handle loading flags for async code
  • Handle setting, add to, updating, deleting collections
  • Resetting a reducer state back to it's initial state
  • Nest reducers

API Docs

Read them here

Contributing

# Fork and clone this repo
git clone https://github.com/<GH_USERNAME>/enhance-reducer.git

# cd into folder
cd enhance-reducer

# Install dependencies
yarn install # or npm install

FAQs

Package last updated on 01 Jul 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc