react-event-components icon indicating copy to clipboard operation
react-event-components copied to clipboard

new feature - network connection status

Open victorvoid opened this issue 8 years ago • 1 comments

The idea is to give 3 options:

  <ConnectionStatus when="online" do={this.handleOnline}/>
  <ConnectionStatus when="offline" do={this.handleOffline}/>
  <ConnectionStatus when='*' do={this.handleConnection}/>

victorvoid avatar Aug 29 '17 05:08 victorvoid

I can rebase it too :) I'll think I can cherry-pick your commit and keep your authoring.

felquis avatar Feb 08 '18 21:02 felquis