yuvrajkarna2717/react-hook-granth

[Feature]: Add useGeolocation hook

開放

#9 建立於 2025年12月6日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (1 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (3 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description: Create a hook for accessing browser geolocation API with proper error handling and loading states.

Requirements:

  • Get current position
  • Watch position changes
  • Handle permissions and errors
  • Loading states

API Proposal:

const { position, error, loading, getCurrentPosition } = useGeolocation();

貢獻者指南