Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/ getSavedComponents
Function
getSavedComponents
src/utils/favorites.js:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
};
26
27
export
const
getSavedComponents = () => read();
28
29
export
const
isComponentSaved = key => read().includes(key);
30
Callers
6
useFavoritesSync
Function · 0.90
updateSaved
Function · 0.90
ComponentList
Function · 0.90
update
Function · 0.90
FavoritesPage
Function · 0.90
update
Function · 0.90
Calls
1
read
Function · 0.70
Tested by
no test coverage detected