bgio-effects icon indicating copy to clipboard operation
bgio-effects copied to clipboard

📤 Helpers for managing state effects in boardgame.io

Results 17 bgio-effects issues
Sort by recently updated
recently updated
newest added

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.4 to 12.1.5. Release notes Sourced from @​testing-library/react's releases. v12.1.5 12.1.5 (2022-04-11) Bug Fixes Only supports React < 18 (#1041) (9e2b5db) Commits 646129b chore: Run release from...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 3.1.4 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together. Updates `vite` from 2.6.14 to 3.1.4 Release notes Sourced from vite's releases. [email protected] Please...

dependencies

As discussed in #85, in some scenarios a client may want to pause and then resume effect queue processing. For example, an effect might trigger a modal to be dismissed...

enhancement

Currently `useEffectListener` takes callbacks & dependency arrays to pass to React’s `useCallback` memoization hook: ```js useEffectListener('rollDie', callback, dependencies) ``` While researching approaches for #111 and #112, I read [this documentation...

In some cases, it can be useful to restrict an effect to be seen only by a subset of players. For example, in the case of a mulligan in a...

enhancement