A hook providing a context wrapper and api to set and manage messages.
published version 1.0.3, 4 years agoProvides functionality to simplify async operations in the UI.
published version 2.3.1, 2 years agoProvides a hook to simplify multiple async operations in the UI.
published version 2.2.0, 2 years agoA react hook providing a window scroll listener
published version 1.0.3, 4 years ago- published version 2.1.1, 2 years ago
The `useWebRTCConnection` hook provides the logic to create [WebRTC](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API) connections and ICE candidates for the corresponding peer connection. It takes care of the async processes in the background
published version 1.0.2, 4 years agoThe `useWebRTCAnswer` hook provides the logic to create [WebRTC](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API) answers after receiving an offer for the corresponding peer connection. It takes care of the async processes in the background an
published version 1.0.1, 4 years agoThe `useWebRTCOffer` hook provides the logic to create [WebRTC](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API) offers and handle answers for the corresponding peer connection. It takes care of the async processes in the background and transl
published version 2.0.1, 4 years agoThe `useSelection` hook encapsulate the common use case of selecting something inside a component but needing the selected value outside.
published version 2.1.0, 2 years agoThe `useWebRTC` hook provides functionality to negotiate and establish WebRTC connections. It implements the [perfect negotiation](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Perfect_negotiation) with a polite and implolite peer.
published version 1.3.0, 2 years ago