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

@myxplor/notifications-redux

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myxplor/notifications-redux

The notification component (in `@myxplor/ui`) wrapped in redux

latest
npmnpm
Version
0.3.3
Version published
Maintainers
9
Created
Source

notifications-redux

The notification component (in @myxplor/ui) wrapped in redux

How to use

Just drop it into your app somewhere underneath your Provider

// other boilerplate
import Notification from '@myxplor/notifications-redux'

  <Provider store={store}>

    <Notification />

    <RestOfYourApp />
  </Provider>

Why?

There is a Notification component in @myxplor/ui, but we didn't want redux to be a requirement. So the redux requirements has been extracted into this component.

FAQs

Package last updated on 14 Sep 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