0.3.3 • Published 5 years ago
@myxplor/notifications-redux v0.3.3
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.