@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 319 B
JavaScript
exports.__esModule=!0,exports.useHash=function(){const[o,s]=(0,e.useState)(""),t=e=>{window.location.hash=e,s(e)};return(0,n.useWindowEvent)("hashchange",(()=>{s(window.location.hash)})),(0,e.useEffect)((()=>{t(window.location.hash)}),[]),[o,t]};var e=require("react"),n=require("../use-window-event/use-window-event");