1.0.0 • Published 6 years ago

redux-browser-status v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Redux browser connection status

A simple store enhancer to check if your internet connection is online or offline

Installation

yarn add redux-browser-status

Store enhancer

import connectionStatus from 'redux-browser-status'

const store = createStore(
  reducers,
  compose(
    connectionStatus(),
    applyMiddleware(...)
  )
)

Action type dispatched when connection changes - @@CONNECTION/STATUS