React Apollo Network Status Versions Save

Brings information about the global network status from Apollo into React.

5.0.1

3 years ago

See changelog

4.0.1

3 years ago

See changelog.

3.0.0

4 years ago

See the changelog.

2.0.0

4 years ago

See the changelog.

1.1.0

5 years ago

Subscription operations no longer affect the loading property, but they can potentially set the error property (@shurik239 in #8).

1.0.0

5 years ago

This library is now used in production and is considered stable 🎊

0.0.3

5 years ago

Added onCancel reducer that allows to process cancelled operations. If you're using the default configuration, this fixes a bug where the loading property could be stuck on true (see #4).

0.0.2

5 years ago

Fix: Remove store listener when NetworkStatusNotifier unmounts (@philipthemagnificent in #2).