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();