react-context-pusher icon indicating copy to clipboard operation
react-context-pusher copied to clipboard

An example on how to use React's Context API with the PusherJS realtime messaging API to reuse a single socket connection.

Results 27 react-context-pusher issues
Sort by recently updated
recently updated
newest added

Bumps [@hapi/hoek](https://github.com/hapijs/hoek) and [@hapi/joi](https://github.com/hapijs/joi). These dependencies needed to be updated together. Updates `@hapi/hoek` from 6.2.1 to 8.5.1 Commits 5bd73f6 8.5.1 4d0804b Backport #352. Closes #353 4ae5f53 8.5.0 83019b8 Add isPromise()....

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Hiya Thanks for the share. I am finding this structural shape an issue when using presence, as we need user data for that when initiating pusher. This structure cannot work...

Thanks for an awesome example. I'm new to react hooks and can't figure out how to authenticate users for private channels with the current implementation. A new pusher object is...