react-adaptive-hooks
react-adaptive-hooks copied to clipboard
Deliver experiences best suited to a user's device and network constraints
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...
Pls edit PR title to something about better
PoC about splitting up current codebase into a core package and implementation packages. This could be useful if we need to add new support for new libraries and maintaining core...
useEffect isn't called synchronously after render. There's a slight chance a change event is dispatched after our initial read but _before_ we register our listener in useEffect. Timeline: ``` useState(initialValue)...
kicking off #37 wondering if we could change the api response to return a `supported` property instead of the existing `unsupported` property. If we change it to `supported` there is...
Currently, `useMediaCapabilitiesDecodingInfo` will check if the current device can play a certain media file. Would be nice if we could add support for encoding information, this will allow developers to...
is there a way to detect offline state in the network, so we can serve different content, using the hooks?