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

@redux-dynostore/redux-subspace

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-dynostore/redux-subspace

redux-subspace extensions for redux-dynostore

  • 3.1.1-alpha.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-27.78%
Maintainers
2
Weekly downloads
 
Created
Source

@redux-dynostore/redux-subspace

build status npm version npm downloads License: BSD-3-Clause

Enhancers for integrating redux-dynostore with redux-subspace.

Enhancers

attachReducer

This enhancer is similar to the base attachReducer enhancer, except the reducer is namespaced with the dynamic component's identifier:

import dynamic from '@redux-dynostore/react-redux'
import subspaced from '@redux-dynostore/react-redux-subspace'
import { attachReducer }  from '@redux-dynostore/redux-subspace'

export default dynamic('identifier', subspaced(), attachReducer(myReducer))(MyComponent)

The same options can also be provided.

dispatchAction

This enhancer is similar to the base dispatchAction enhancer, except the action is namespaces with the dynamic component's identifier:

import dynamic from '@redux-dynostore/react-redux'
import subspaced from '@redux-dynostore/react-redux-subspace'
import { dispatchAction } from '@redux-dynostore/redux-subspace'

export default dynamic('identifier', subspaced(), dispatchAction({ type: 'MY_ACTION' }))(MyComponent)

FAQs

Package last updated on 15 Aug 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

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