Releases: vscav/react-twitch-provider
Releases · vscav/react-twitch-provider
v0.1.1-beta.1
0.1.1-beta.1 - 2022-11-28
Added
- Basic application example for documentation purpose.
- Documentation for
useTwitchCheermotes
,useTwitchCurrentUser
anduseTwitchTopGames
hooks.
v0.1.1-beta.0
0.1.1-beta.0 - 2022-11-28
Added
- Package build support for both ESM and CommonJS.
useTwitchApi
(internal) hook to act as a wrapper around theuseSWR
hook to performGET
requests on the Twitch API.- Safe data validation with
Zod
. useTwitchCurrentUser
hook to retrieve current logged in user data.useTwitchTopGames
hook to retrieve top Twitch games data (support for pagination).useTwitchCheermotes
hook to retrieve available Twitch cheermotes (support for user's custom cheermotes).