frontend
Preparing search index...
hooks/useFavoriteGames
useFavoriteGames
Function useFavoriteGames
useFavoriteGames
()
:
{
favorites
:
string
[]
;
isFavorite
:
(
path
:
string
)
=>
boolean
;
toggleFavorite
:
(
path
:
string
)
=>
void
;
}
Hook that manages favorite game paths in localStorage.
Returns
{
favorites
:
string
[]
;
isFavorite
:
(
path
:
string
)
=>
boolean
;
toggleFavorite
:
(
path
:
string
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Hook that manages favorite game paths in localStorage.