GitHub package.json versionTypeScriptNPM
GitHub package.json versionTypeScriptNPM
Latest

Client

As of v7.0.0

What is a client?

A client is any component consuming the React Observable Context. A client consumes this context by:
  • either joining the React Observable Context's change stream by invoking the context's useStream hook property
  • or connecting itself to the change stream via the connector returned by the context's React Observable Context connect function property