Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 467 Bytes

tech.md

File metadata and controls

9 lines (6 loc) · 467 Bytes

Tech details

URL params

We use react-url-query to export & import user settings (from localstore) via URL params. We choose an LZ-based compression lib as it's more efficient and random-looking as other simple encodings (e.g. Base64).

Related PRs: