Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 413 Bytes

HashManager

Manage and store the state of your application with the URL hash. This component provides hooks for updating the URL hash with serialized state, and fires events when the hash changes, with updated state parsed from the hash. It also provides utilities for managing map-related state (zoom and lat/lon center).

Usage

import { HashManager } from '@panorama/toolkit';
// TODO: usage